summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
authorLassi Lehikoinen <lassi.lehikoinen@qt.io>2021-01-20 08:39:59 +0200
committerDan Ackers <dan.ackers@qt.io>2021-05-28 10:31:35 +0300
commit72bd22db9f72c4d93774c79cae0760bdc39ce0de (patch)
treef22d4c27be9ec9e3227c551d7652b3476be1d63d /.cmake.conf
parent1ff0ec46770254328e5ec492cbce1364936eda72 (diff)
Build QDB with CMake
Also some Qt6 related changes. Task-number: QTBUG-86118 Change-Id: Id5bdf646071fcc10415945dfae73b2c66e53f7a7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
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
new file mode 100644
index 0000000..32a6d92
--- /dev/null
+++ b/.cmake.conf
@@ -0,0 +1,2 @@
+set(QT_REPO_MODULE_VERSION "6.0.0")
+set(QDB_VERSION "1.3.0")