summaryrefslogtreecommitdiffstats
path: root/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 19:03:22 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-15 13:02:47 +0000
commit113f7ee8644b0b25809ab4d531d3aa05406e49a2 (patch)
tree8947a79afe2d82a5bcbcd337989a531879952340 /.prev_CMakeLists.txt
parent77807be39b9031d4149e6a73c45611e463324e3e (diff)
Regenerate projects
Change-Id: I7574a6156e4c340ba94007176287a5d1bcb7f9e1 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to '.prev_CMakeLists.txt')
-rw-r--r--.prev_CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/.prev_CMakeLists.txt b/.prev_CMakeLists.txt
new file mode 100644
index 0000000..5dd17fc
--- /dev/null
+++ b/.prev_CMakeLists.txt
@@ -0,0 +1,15 @@
+# Generated from qtmqtt.pro.
+
+cmake_minimum_required(VERSION 3.15.0)
+
+project(QtMqtt
+ VERSION 6.0.0
+ DESCRIPTION "Qt Mqtt Libraries"
+ HOMEPAGE_URL "https://qt.io/"
+ LANGUAGES CXX C
+)
+
+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core SET_ME_TO_SOMETHING_USEFUL)
+find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS SET_ME_TO_SOMETHING_USEFUL)
+
+qt_build_repo()