summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-09-21 18:40:24 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-10-26 19:31:50 +0200
commit26e1d4bba99f345cdc5901d3774b8384ff367836 (patch)
tree29e157016c82c6d7d2fc8e61897cb9171a8f0928 /.cmake.conf
parent42370d22235fee66e3e9e498a1d3314bf40a57c4 (diff)
Enable syncqt cpp
Change-Id: I756d46bde8c6a280e394671318a5a19f6a27e622 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to '.cmake.conf')
-rw-r--r--.cmake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cmake.conf b/.cmake.conf
index 02aefcb2..05b80d3a 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1,2 +1,4 @@
set(QT_REPO_MODULE_VERSION "6.5.0")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
+# Use cpp-based syncqt
+set(QT_USE_SYNCQT_CPP TRUE)