From 09894c6e0b8ec7b3d1accabff97ea26b24be2799 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 12 Feb 2020 09:11:21 +0100 Subject: CMake build: Fix libexec path on Linux It's just libexec/qtcreator/ without a trailing bin/ Change-Id: I96015dc5c3bb023dabd5b64f1bb9f83bd85b4d51 Reviewed-by: Cristian Adam --- cmake/QtCreatorAPI.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/QtCreatorAPI.cmake b/cmake/QtCreatorAPI.cmake index 8ca2a4f27f4..d9be18706b0 100644 --- a/cmake/QtCreatorAPI.cmake +++ b/cmake/QtCreatorAPI.cmake @@ -61,7 +61,7 @@ else () set(QT_DEST_PLUGIN_PATH "bin/plugins") set(QT_DEST_QML_PATH "bin/qml") else () - set(_IDE_LIBEXEC_PATH "libexec/${IDE_ID}/bin") + set(_IDE_LIBEXEC_PATH "libexec/${IDE_ID}") set(QT_DEST_PLUGIN_PATH "lib/Qt/plugins") set(QT_DEST_QML_PATH "lib/Qt/qml") endif () -- cgit v1.2.3