aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Jenßen <tim.jenssen@qt.io>2023-11-03 09:22:04 +0100
committerTim Jenssen <tim.jenssen@qt.io>2023-11-03 09:26:06 +0000
commitc420b0cf31b03ccde5c7c8ec3cedb1892cfc2e77 (patch)
treec4c8572ff59eff64d0a375b7084fb5016a359fd0
parentbeba74958e02a340bc0c1fc4e5d6c9728eeded0a (diff)
qds: fix super repository developer builds
Change-Id: I676b30f60fe6671657028a69d3edda25e0197745 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71958ff..1b9849c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,6 +51,10 @@ endif()
find_package(QtCreator COMPONENTS Core Debugger ProjectExplorer QtSupport QUIET)
+if(BUILD_DESIGNSTUDIO)
+ set(CMAKE_INSTALL_PREFIX ${QtCreator_BINARY_DIR})
+endif()
+
ExternalProject_Add(plugin
PREFIX plugin
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src"