summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
Diffstat (limited to '.cmake.conf')
-rw-r--r--.cmake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cmake.conf b/.cmake.conf
index fce7707bcd..4f4c0a2017 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -31,3 +31,6 @@ set(QT_SUPPORTED_MIN_CMAKE_VERSION_FOR_USING_QT_STATIC "3.21")
# in sync.
set(QT_MIN_NEW_POLICY_CMAKE_VERSION "3.16")
set(QT_MAX_NEW_POLICY_CMAKE_VERSION "3.21")
+
+# Use cpp-based syncqt
+set(QT_USE_SYNCQT_CPP TRUE)