summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-07-20 11:19:49 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-09-23 16:55:35 +0200
commit7d9f2d8e3ebf1dde09b74e36a1e264ed9e2c3ad4 (patch)
tree6457f41473be214d1a8ecd2357d018b860fd497b /.cmake.conf
parenta02cbeb5042003919007c3649460dd5d119dc1ef (diff)
Add QT_REPO_PUBLIC_NAMESPACE_REGEX for the correct work of syncqt
Task-number: QTBUG-103196 Change-Id: Ib7f83abbefb50291752dcf4e8c2bb9507a1ecd2b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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 02aefcb27..292febbee 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1,2 +1,5 @@
set(QT_REPO_MODULE_VERSION "6.5.0")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
+
+set(QT_REPO_PUBLIC_NAMESPACE_REGEX "^::Qt3D.*")
+