aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-02-22 22:03:44 +0100
committerEike Ziller <eike.ziller@qt.io>2021-02-23 08:06:55 +0000
commit13f466c05d779504e04be97a8767e49e000a152c (patch)
treefa6d4c10d606e03468f5c631763286aa140bc156
parent7cb81fb5baafa5ebd4c0fcd7bb6856c32c6205f6 (diff)
cmake build: Explicitly turn on project file updates on the QtC side
We want to have flags consistent with the Qbs build and project file updates are disabled by default (for standalone qbs builds in Brew or choco) to avoid dependency on QtGui Task-number: QTCREATORBUG-25232 Change-Id: I217057f45519e0c92201d1b76d5b04924804aed0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--src/shared/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/CMakeLists.txt b/src/shared/CMakeLists.txt
index cbf076479f..6101e2a46c 100644
--- a/src/shared/CMakeLists.txt
+++ b/src/shared/CMakeLists.txt
@@ -37,6 +37,7 @@ if (ENABLE_BUILD_QBS)
set(INSTALL_PUBLIC_HEADERS OFF CACHE BOOL "")
set(WITH_TESTS OFF)
+ set(WITH_PROJECT_FILE_UPDATES ON)
set(QBS_INSTALL_QCH_DOCS ${WITH_DOCS} CACHE BOOL "")
add_subdirectory(qbs)
endif()