From 63a601dc296dd33c4f672f68413d450375dac452 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Tue, 18 May 2021 16:24:36 +1000 Subject: 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 Reviewed-by: Ulf Hermann Reviewed-by: Joerg Bornemann --- .../auto/qml/qqmlmoduleplugin/.prev_CMakeLists.txt | 93 ---------------------- .../invalidFirstCommandModule/.prev_CMakeLists.txt | 24 ------ .../invalidNamespaceModule/.prev_CMakeLists.txt | 24 ------ .../moduleWithQmlSingleton/.prev_CMakeLists.txt | 27 ------- .../nestedPlugin/.prev_CMakeLists.txt | 21 ----- .../nonstrictModule/.prev_CMakeLists.txt | 24 ------ .../optionalPlugin/.prev_CMakeLists.txt | 21 ----- .../plugin.2.1/.prev_CMakeLists.txt | 24 ------ .../plugin.2.1/childplugin/.prev_CMakeLists.txt | 21 ----- .../plugin.2.2/.prev_CMakeLists.txt | 24 ------ .../qqmlmoduleplugin/plugin.2/.prev_CMakeLists.txt | 24 ------ .../plugin.2/childplugin/.prev_CMakeLists.txt | 22 ----- .../qqmlmoduleplugin/plugin/.prev_CMakeLists.txt | 24 ------ .../plugin/childplugin/.prev_CMakeLists.txt | 21 ----- .../pluginMixed/.prev_CMakeLists.txt | 24 ------ .../pluginVersion/.prev_CMakeLists.txt | 24 ------ .../pluginWithQmlFile/.prev_CMakeLists.txt | 24 ------ .../pluginWrongCase/.prev_CMakeLists.txt | 24 ------ .../preemptedStrictModule/.prev_CMakeLists.txt | 24 ------ .../preemptiveModule/.prev_CMakeLists.txt | 24 ------ .../protectedModule/.prev_CMakeLists.txt | 24 ------ .../strictModule.2/.prev_CMakeLists.txt | 24 ------ .../strictModule/.prev_CMakeLists.txt | 24 ------ 23 files changed, 610 deletions(-) delete mode 100644 tests/auto/qml/qqmlmoduleplugin/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/invalidFirstCommandModule/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/invalidNamespaceModule/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/moduleWithQmlSingleton/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/nestedPlugin/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/nonstrictModule/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/optionalPlugin/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/plugin.2.1/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/plugin.2.1/childplugin/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/plugin.2.2/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/plugin.2/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/plugin.2/childplugin/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/plugin/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/plugin/childplugin/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/pluginMixed/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/pluginVersion/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/pluginWithQmlFile/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/preemptedStrictModule/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/preemptiveModule/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/protectedModule/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/strictModule.2/.prev_CMakeLists.txt delete mode 100644 tests/auto/qml/qqmlmoduleplugin/strictModule/.prev_CMakeLists.txt (limited to 'tests/auto/qml/qqmlmoduleplugin') diff --git a/tests/auto/qml/qqmlmoduleplugin/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/.prev_CMakeLists.txt deleted file mode 100644 index fdaa0e2eda..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/.prev_CMakeLists.txt +++ /dev/null @@ -1,93 +0,0 @@ -# Generated from qqmlmoduleplugin.pro. - -##################################################################### -## tst_qqmlmoduleplugin Test: -##################################################################### - -# Collect test data -file(GLOB_RECURSE test_data_glob - RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} - data/*) -list(APPEND test_data ${test_data_glob}) -file(GLOB_RECURSE test_data_glob - RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} - imports/*) -list(APPEND test_data ${test_data_glob}) -file(GLOB_RECURSE test_data_glob - RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} - ${CMAKE_CURRENT_BINARY_DIR}/imports/*) -list(APPEND test_data ${test_data_glob}) - -qt_internal_add_test(tst_qqmlmoduleplugin - SOURCES - ../../shared/testhttpserver.cpp ../../shared/testhttpserver.h - ../../shared/util.cpp ../../shared/util.h - tst_qqmlmoduleplugin.cpp - INCLUDE_DIRECTORIES - ../../shared - PUBLIC_LIBRARIES - Qt::CorePrivate - Qt::GuiPrivate - Qt::Network - Qt::QmlPrivate - Qt::QuickShapesPrivate - TESTDATA ${test_data} -) - -# Resources: -set(qmake_waitingPlugin_resource_files - "moduleWithWaitingPlugin" -) - -qt_internal_add_resource(tst_qqmlmoduleplugin "qmake_waitingPlugin" - PREFIX - "/qt-project.org/imports/" - FILES - ${qmake_waitingPlugin_resource_files} -) -set(qmake_staticPlugin_resource_files - "moduleWithStaticPlugin" -) - -qt_internal_add_resource(tst_qqmlmoduleplugin "qmake_staticPlugin" - PREFIX - "/qt-project.org/imports/" - FILES - ${qmake_staticPlugin_resource_files} -) - - -## Scopes: -##################################################################### - -qt_internal_extend_target(tst_qqmlmoduleplugin CONDITION ANDROID OR IOS - DEFINES - QT_QMLTEST_DATADIR=\\\":/data\\\" -) - -qt_internal_extend_target(tst_qqmlmoduleplugin CONDITION NOT ANDROID AND NOT IOS - DEFINES - QT_QMLTEST_DATADIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/data\\\" -) -add_subdirectory(plugin) -add_subdirectory(plugin.2) -add_subdirectory(plugin.2.1) -add_subdirectory(pluginWrongCase) -add_subdirectory(pluginWithQmlFile) -add_subdirectory(pluginMixed) -add_subdirectory(pluginVersion) -add_subdirectory(nestedPlugin) -add_subdirectory(strictModule) -add_subdirectory(strictModule.2) -add_subdirectory(nonstrictModule) -add_subdirectory(preemptiveModule) -add_subdirectory(preemptedStrictModule) -add_subdirectory(invalidNamespaceModule) -add_subdirectory(invalidFirstCommandModule) -add_subdirectory(protectedModule) -add_subdirectory(plugin/childplugin) -add_subdirectory(plugin.2/childplugin) -add_subdirectory(plugin.2.1/childplugin) -add_subdirectory(plugin.2.2) -add_subdirectory(moduleWithQmlSingleton) -add_subdirectory(optionalPlugin) diff --git a/tests/auto/qml/qqmlmoduleplugin/invalidFirstCommandModule/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/invalidFirstCommandModule/.prev_CMakeLists.txt deleted file mode 100644 index 874c639f2b..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/invalidFirstCommandModule/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from invalidFirstCommandModule.pro. - -##################################################################### -## invalidFirstCommandModule Generic Library: -##################################################################### - -qt_internal_add_cmake_library(invalidFirstCommandModule - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/InvalidFirstCommandModule" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:invalidFirstCommandModule.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(invalidFirstCommandModule) diff --git a/tests/auto/qml/qqmlmoduleplugin/invalidNamespaceModule/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/invalidNamespaceModule/.prev_CMakeLists.txt deleted file mode 100644 index f32cbc8184..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/invalidNamespaceModule/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from invalidNamespaceModule.pro. - -##################################################################### -## invalidNamespaceModule Generic Library: -##################################################################### - -qt_internal_add_cmake_library(invalidNamespaceModule - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/InvalidNamespaceModule" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:invalidNamespaceModule.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(invalidNamespaceModule) diff --git a/tests/auto/qml/qqmlmoduleplugin/moduleWithQmlSingleton/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/moduleWithQmlSingleton/.prev_CMakeLists.txt deleted file mode 100644 index e773de357a..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/moduleWithQmlSingleton/.prev_CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -# Generated from moduleWithQmlSingleton.pro. - -##################################################################### -## moduleWithQmlSingleton Generic Library: -##################################################################### - -qt_internal_add_cmake_library(moduleWithQmlSingleton - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/ModuleWithQmlSingleton" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:moduleWithQmlSingleton.pro:: -# COPIES = "importfiles" "subfiles" -# IMPORT_FILES = "qmldir" "MySingleton.qml" "MySingleton2.qml" -# TEMPLATE = "lib" -# subfiles.files = "internal/InternalType.qml" -# subfiles.path = "$$DESTDIR/internal" - -qt_autogen_tools_initial_setup(moduleWithQmlSingleton) diff --git a/tests/auto/qml/qqmlmoduleplugin/nestedPlugin/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/nestedPlugin/.prev_CMakeLists.txt deleted file mode 100644 index 03094effc4..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/nestedPlugin/.prev_CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ -# Generated from nestedPlugin.pro. - -##################################################################### -## nestedPlugin Generic Library: -##################################################################### - -qt_internal_add_cmake_library(nestedPlugin - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestQmlNestedPluginType" - SOURCES - nestedPlugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:nestedPlugin.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" diff --git a/tests/auto/qml/qqmlmoduleplugin/nonstrictModule/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/nonstrictModule/.prev_CMakeLists.txt deleted file mode 100644 index 24487bf4d5..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/nonstrictModule/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from nonstrictModule.pro. - -##################################################################### -## nonstrictModule Generic Library: -##################################################################### - -qt_internal_add_cmake_library(nonstrictModule - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/NonstrictModule" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:nonstrictModule.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(nonstrictModule) diff --git a/tests/auto/qml/qqmlmoduleplugin/optionalPlugin/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/optionalPlugin/.prev_CMakeLists.txt deleted file mode 100644 index cba807561e..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/optionalPlugin/.prev_CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ -# Generated from optionalPlugin.pro. - -##################################################################### -## optionalPlugin Generic Library: -##################################################################### - -qt_internal_add_cmake_library(optionalPlugin - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/QtQuick/Shapes" - SOURCES - optionalPlugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::Qml -) - -#### Keys ignored in scope 1:.:.:optionalPlugin.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(optionalPlugin) diff --git a/tests/auto/qml/qqmlmoduleplugin/plugin.2.1/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/plugin.2.1/.prev_CMakeLists.txt deleted file mode 100644 index 6bc535d7ac..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/plugin.2.1/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from plugin.2.1.pro. - -##################################################################### -## plugin.2.1 Generic Library: -##################################################################### - -qt_internal_add_cmake_library(plugin.2.1 - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestQmlPluginType.2.1" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:plugin.2.1.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(plugin.2.1) diff --git a/tests/auto/qml/qqmlmoduleplugin/plugin.2.1/childplugin/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/plugin.2.1/childplugin/.prev_CMakeLists.txt deleted file mode 100644 index e58ad65a99..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/plugin.2.1/childplugin/.prev_CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ -# Generated from childplugin.pro. - -##################################################################### -## childplugin Generic Library: -##################################################################### - -qt_internal_add_cmake_library(childplugin - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../../imports/org/qtproject/AutoTestQmlPluginType.2.1/ChildPlugin" - SOURCES - childplugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:childplugin.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" diff --git a/tests/auto/qml/qqmlmoduleplugin/plugin.2.2/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/plugin.2.2/.prev_CMakeLists.txt deleted file mode 100644 index f0920e6242..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/plugin.2.2/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from plugin.2.2.pro. - -##################################################################### -## plugin.2.2 Generic Library: -##################################################################### - -qt_internal_add_cmake_library(plugin.2.2 - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestQmlPluginType.2.2" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:plugin.2.2.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(plugin.2.2) diff --git a/tests/auto/qml/qqmlmoduleplugin/plugin.2/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/plugin.2/.prev_CMakeLists.txt deleted file mode 100644 index 3d13df1e68..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/plugin.2/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from plugin.2.pro. - -##################################################################### -## plugin.2 Generic Library: -##################################################################### - -qt_internal_add_cmake_library(plugin.2 - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestQmlPluginType.2" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:plugin.2.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(plugin.2) diff --git a/tests/auto/qml/qqmlmoduleplugin/plugin.2/childplugin/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/plugin.2/childplugin/.prev_CMakeLists.txt deleted file mode 100644 index 2993a0e429..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/plugin.2/childplugin/.prev_CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ -# Generated from childplugin.pro. - -##################################################################### -## childplugin Generic Library: -##################################################################### - -qt_internal_add_cmake_library(childplugin - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../../imports/org/qtproject/AutoTestQmlPluginType.2/ChildPlugin" - SOURCES - childplugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:childplugin.pro:: -# IMPORT_DIR = "DESTDIR" -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" diff --git a/tests/auto/qml/qqmlmoduleplugin/plugin/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/plugin/.prev_CMakeLists.txt deleted file mode 100644 index e295d5a8ea..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/plugin/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from plugin.pro. - -##################################################################### -## plugin Generic Library: -##################################################################### - -qt_internal_add_cmake_library(plugin - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestQmlPluginType" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:plugin.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(plugin) diff --git a/tests/auto/qml/qqmlmoduleplugin/plugin/childplugin/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/plugin/childplugin/.prev_CMakeLists.txt deleted file mode 100644 index a79d00a016..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/plugin/childplugin/.prev_CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ -# Generated from childplugin.pro. - -##################################################################### -## childplugin Generic Library: -##################################################################### - -qt_internal_add_cmake_library(childplugin - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../../imports/org/qtproject/AutoTestQmlPluginType/ChildPlugin" - SOURCES - childplugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:childplugin.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" diff --git a/tests/auto/qml/qqmlmoduleplugin/pluginMixed/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/pluginMixed/.prev_CMakeLists.txt deleted file mode 100644 index be502cd3c7..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/pluginMixed/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from pluginMixed.pro. - -##################################################################### -## pluginMixed Generic Library: -##################################################################### - -qt_internal_add_cmake_library(pluginMixed - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestQmlMixedPluginType" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:pluginMixed.pro:: -# IMPORT_FILES = "Foo.qml" "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(pluginMixed) diff --git a/tests/auto/qml/qqmlmoduleplugin/pluginVersion/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/pluginVersion/.prev_CMakeLists.txt deleted file mode 100644 index 4a98877528..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/pluginVersion/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from pluginVersion.pro. - -##################################################################### -## pluginVersion Generic Library: -##################################################################### - -qt_internal_add_cmake_library(pluginVersion - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestQmlVersionPluginType" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:pluginVersion.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(pluginVersion) diff --git a/tests/auto/qml/qqmlmoduleplugin/pluginWithQmlFile/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/pluginWithQmlFile/.prev_CMakeLists.txt deleted file mode 100644 index f37b45d5a0..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/pluginWithQmlFile/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from pluginWithQmlFile.pro. - -##################################################################### -## pluginWithQmlFile Generic Library: -##################################################################### - -qt_internal_add_cmake_library(pluginWithQmlFile - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestPluginWithQmlFile" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:pluginWithQmlFile.pro:: -# IMPORT_FILES = "qmldir" "MyQmlFile.qml" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(pluginWithQmlFile) diff --git a/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt deleted file mode 100644 index 1eb7e6a784..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from pluginWrongCase.pro. - -##################################################################### -## Plugin Generic Library: -##################################################################### - -qt_internal_add_cmake_library(Plugin - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/WrongCase" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:pluginWrongCase.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(Plugin) diff --git a/tests/auto/qml/qqmlmoduleplugin/preemptedStrictModule/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/preemptedStrictModule/.prev_CMakeLists.txt deleted file mode 100644 index 10bd25cda3..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/preemptedStrictModule/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from preemptedStrictModule.pro. - -##################################################################### -## preemptedStrictModule Generic Library: -##################################################################### - -qt_internal_add_cmake_library(preemptedStrictModule - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/PreemptedStrictModule" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:preemptedStrictModule.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(preemptedStrictModule) diff --git a/tests/auto/qml/qqmlmoduleplugin/preemptiveModule/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/preemptiveModule/.prev_CMakeLists.txt deleted file mode 100644 index ae55a4a81f..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/preemptiveModule/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from preemptiveModule.pro. - -##################################################################### -## preemptiveModule Generic Library: -##################################################################### - -qt_internal_add_cmake_library(preemptiveModule - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/PreemptiveModule" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:preemptiveModule.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(preemptiveModule) diff --git a/tests/auto/qml/qqmlmoduleplugin/protectedModule/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/protectedModule/.prev_CMakeLists.txt deleted file mode 100644 index 3ee6865ded..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/protectedModule/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from protectedModule.pro. - -##################################################################### -## protectedModule Generic Library: -##################################################################### - -qt_internal_add_cmake_library(protectedModule - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/ProtectedModule" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:protectedModule.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(protectedModule) diff --git a/tests/auto/qml/qqmlmoduleplugin/strictModule.2/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/strictModule.2/.prev_CMakeLists.txt deleted file mode 100644 index c8d51ce4ea..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/strictModule.2/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from strictModule.2.pro. - -##################################################################### -## strictModule.2 Generic Library: -##################################################################### - -qt_internal_add_cmake_library(strictModule.2 - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/StrictModule.2" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:strictModule.2.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(strictModule.2) diff --git a/tests/auto/qml/qqmlmoduleplugin/strictModule/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/strictModule/.prev_CMakeLists.txt deleted file mode 100644 index ff1f47e336..0000000000 --- a/tests/auto/qml/qqmlmoduleplugin/strictModule/.prev_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Generated from strictModule.pro. - -##################################################################### -## strictModule Generic Library: -##################################################################### - -qt_internal_add_cmake_library(strictModule - MODULE - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/StrictModule" - SOURCES - plugin.cpp - PUBLIC_LIBRARIES - Qt::Core - Qt::CorePrivate - Qt::GuiPrivate - Qt::Qml - Qt::QmlPrivate -) - -#### Keys ignored in scope 1:.:.:strictModule.pro:: -# IMPORT_FILES = "qmldir" -# TEMPLATE = "lib" - -qt_autogen_tools_initial_setup(strictModule) -- cgit v1.2.3