summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-09-21 18:40:26 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-10-31 19:09:33 +0100
commit319d5fc427dcf10d873d74e7e2b5a842aadea1f2 (patch)
tree66c4756433f82462f16d1713f525ca6a1966083f
parent2b8085f68bfe2b47dd9a053829c5b0cb54339dcd (diff)
downloadqtwebsockets-319d5fc427dcf10d873d74e7e2b5a842aadea1f2.tar.gz
Enable syncqt cpp
Change-Id: I0e5b5b7f44777b0981fb8acdb6ca2c0b9cb2ec1d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--.cmake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cmake.conf b/.cmake.conf
index 02aefcb..05b80d3 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)