summaryrefslogtreecommitdiff
path: root/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 17:59:44 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-15 12:23:28 +0000
commit7540e57ea709459bd15c16d25535bb756392f923 (patch)
treee091baa3e0ed1b4a61678450bb90a79550da502b /.prev_CMakeLists.txt
parentf73456e18e0fbe959e623c94bd1ebb23769f7e34 (diff)
downloadqtx11extras-7540e57ea709459bd15c16d25535bb756392f923.tar.gz
Regenerate projectswip/cmake
Change-Id: I8a925463317cda1a507d430266d9e884ada3c6b3 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.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/.prev_CMakeLists.txt b/.prev_CMakeLists.txt
new file mode 100644
index 0000000..64e4682
--- /dev/null
+++ b/.prev_CMakeLists.txt
@@ -0,0 +1,19 @@
+# Generated from qtx11extras.pro.
+
+cmake_minimum_required(VERSION 3.15.0)
+
+project(QtX11Extras
+ VERSION 6.0.0
+ DESCRIPTION "Qt X11Extras 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)
+
+if(NOT TARGET Qt::Gui)
+ message(NOTICE "Skipping the build as the condition \"TARGET Qt::Gui\" is not met.")
+ return()
+endif()
+qt_build_repo()