From f2b398268ef54231c494027aa339b7e9bee57854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 21 Mar 2022 18:50:14 +0100 Subject: Remove .prev_CMakeLists.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icaf0fac81f51432c706a948d0986aae68e44fffb Reviewed-by: Jörg Bornemann (cherry picked from commit 7bd0a9f0c6c2d7791a89e304442970b08d8a295a) Reviewed-by: Qt Cherry-pick Bot --- .prev_CMakeLists.txt | 20 -------------------- src/imports/qmlwebsockets/.prev_CMakeLists.txt | 25 ------------------------- tests/.prev_CMakeLists.txt | 7 ------- tests/auto/.prev_CMakeLists.txt | 7 ------- 4 files changed, 59 deletions(-) delete mode 100644 .prev_CMakeLists.txt delete mode 100644 src/imports/qmlwebsockets/.prev_CMakeLists.txt delete mode 100644 tests/.prev_CMakeLists.txt delete mode 100644 tests/auto/.prev_CMakeLists.txt diff --git a/.prev_CMakeLists.txt b/.prev_CMakeLists.txt deleted file mode 100644 index d1a8235..0000000 --- a/.prev_CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ -# Generated from qtwebsockets.pro. - -cmake_minimum_required(VERSION 3.15.0) - -include(.cmake.conf) -project(QtWebSockets - VERSION "${QT_REPO_MODULE_VERSION}" - DESCRIPTION "Qt WebSockets 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::Network) - message(NOTICE "Skipping the build as the condition \"TARGET Qt::Network\" is not met.") - return() -endif() -qt_build_repo() diff --git a/src/imports/qmlwebsockets/.prev_CMakeLists.txt b/src/imports/qmlwebsockets/.prev_CMakeLists.txt deleted file mode 100644 index 94fd4af..0000000 --- a/src/imports/qmlwebsockets/.prev_CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -# Generated from qmlwebsockets.pro. - -##################################################################### -## qmlwebsockets Plugin: -##################################################################### - -qt_internal_add_qml_module(qmlwebsockets - URI "QtWebSockets" - VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}" - CLASSNAME QtWebSocketsDeclarativeModule - SKIP_TYPE_REGISTRATION - SOURCES - qmlwebsockets_plugin.cpp qmlwebsockets_plugin.h - qqmlwebsocket.cpp qqmlwebsocket.h - qqmlwebsocketserver.cpp qqmlwebsocketserver.h - PUBLIC_LIBRARIES - Qt::CorePrivate - Qt::QmlPrivate - Qt::WebSockets -) - -#### Keys ignored in scope 1:.:.:qmlwebsockets.pro:: -# IMPORT_VERSION = "1.$$QT_MINOR_VERSION" -# OTHER_FILES = "qmldir" -# TARGETPATH = "QtWebSockets" diff --git a/tests/.prev_CMakeLists.txt b/tests/.prev_CMakeLists.txt deleted file mode 100644 index 2214137..0000000 --- a/tests/.prev_CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -# Generated from tests.pro. - -if(QT_BUILD_STANDALONE_TESTS) - # Add qt_find_package calls for extra dependencies that need to be found when building - # the standalone tests here. -endif() -qt_build_tests() diff --git a/tests/auto/.prev_CMakeLists.txt b/tests/auto/.prev_CMakeLists.txt deleted file mode 100644 index 39b8e8d..0000000 --- a/tests/auto/.prev_CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -# Generated from auto.pro. - -add_subdirectory(cmake) -add_subdirectory(websockets) -if(TARGET Qt::Quick) - add_subdirectory(qml) -endif() -- cgit v1.2.3