summaryrefslogtreecommitdiffstats
path: root/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2020-05-26 16:50:48 +0200
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2020-05-26 15:23:16 +0000
commit07b7baf3cafa730ccff0ac475874c71bc5cc5bd4 (patch)
tree938b7a2252554cd314473346d662d3f7567ad184 /.prev_CMakeLists.txt
parent113f7ee8644b0b25809ab4d531d3aa05406e49a2 (diff)
Regenerate projectswip/cmake
Change-Id: I8b306c077030ffe1904d42f813f3b7cacc35a0c9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to '.prev_CMakeLists.txt')
-rw-r--r--.prev_CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/.prev_CMakeLists.txt b/.prev_CMakeLists.txt
index 5dd17fc..cbf349a 100644
--- a/.prev_CMakeLists.txt
+++ b/.prev_CMakeLists.txt
@@ -2,8 +2,9 @@
cmake_minimum_required(VERSION 3.15.0)
+include(.cmake.conf)
project(QtMqtt
- VERSION 6.0.0
+ VERSION "${QT_REPO_MODULE_VERSION}"
DESCRIPTION "Qt Mqtt Libraries"
HOMEPAGE_URL "https://qt.io/"
LANGUAGES CXX C