aboutsummaryrefslogtreecommitdiffstats
path: root/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-05-18 16:24:36 +1000
committerCraig Scott <craig.scott@qt.io>2021-05-19 10:46:06 +1000
commit63a601dc296dd33c4f672f68413d450375dac452 (patch)
tree48795e98fd39876d53bd59f8b3d4145fac9f96e5 /.prev_CMakeLists.txt
parentc63796b30d19e1931a02d320ebb63be66acb3e8f (diff)
CMake: Remove unneeded *.pro and .prev_CMakeLists.txt files
The .pro files corresponding to the .prev_CMakeLists.txt files have already been removed. Change-Id: I254eafe4c7de1a516e33bd9cb3d9879e73fa83b4 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to '.prev_CMakeLists.txt')
-rw-r--r--.prev_CMakeLists.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/.prev_CMakeLists.txt b/.prev_CMakeLists.txt
deleted file mode 100644
index e2f6ce0f63..0000000000
--- a/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-# Generated from qtdeclarative.pro.
-
-cmake_minimum_required(VERSION 3.15.0)
-
-include(.cmake.conf)
-project(declarative_FIXME
- VERSION "${QT_REPO_MODULE_VERSION}"
- DESCRIPTION "Qt declarative_FIXME 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 QT_FEATURE_commandlineparser)
- message(NOTICE "Skipping the build as the condition \"QT_FEATURE_commandlineparser\" is not met.")
- return()
-endif()
-if(NOT QT_FEATURE_temporaryfile)
- message(NOTICE "Skipping the build as the condition \"QT_FEATURE_temporaryfile\" is not met.")
- return()
-endif()
-qt_build_repo()