summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin')
-rw-r--r--tests/auto/corelib/plugin/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/corelib/plugin/qfactoryloader/test/.prev_CMakeLists.txt42
-rw-r--r--tests/auto/corelib/plugin/qlibrary/lib/.prev_CMakeLists.txt34
-rw-r--r--tests/auto/corelib/plugin/qlibrary/tst/.prev_CMakeLists.txt37
-rw-r--r--tests/auto/corelib/plugin/qplugin/.prev_CMakeLists.txt3
-rw-r--r--tests/auto/corelib/plugin/qpluginloader/almostplugin/.prev_CMakeLists.txt30
-rw-r--r--tests/auto/corelib/plugin/qpluginloader/lib/.prev_CMakeLists.txt28
-rw-r--r--tests/auto/corelib/plugin/qpluginloader/staticplugin/.prev_CMakeLists.txt25
-rw-r--r--tests/auto/corelib/plugin/quuid/test/.prev_CMakeLists.txt29
-rw-r--r--tests/auto/corelib/plugin/quuid/testProcessUniqueness/.prev_CMakeLists.txt12
10 files changed, 0 insertions, 253 deletions
diff --git a/tests/auto/corelib/plugin/.prev_CMakeLists.txt b/tests/auto/corelib/plugin/.prev_CMakeLists.txt
deleted file mode 100644
index 9abd791c92..0000000000
--- a/tests/auto/corelib/plugin/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from plugin.pro.
-
-if(QT_BUILD_SHARED_LIBS AND NOT ANDROID)
- add_subdirectory(qfactoryloader)
-endif()
-add_subdirectory(quuid)
-if(QT_FEATURE_library AND NOT ANDROID)
- add_subdirectory(qpluginloader)
- add_subdirectory(qlibrary)
-endif()
-if(QT_BUILD_SHARED_LIBS AND QT_FEATURE_library AND NOT ANDROID)
- add_subdirectory(qplugin)
-endif()
diff --git a/tests/auto/corelib/plugin/qfactoryloader/test/.prev_CMakeLists.txt b/tests/auto/corelib/plugin/qfactoryloader/test/.prev_CMakeLists.txt
deleted file mode 100644
index 8b781536a4..0000000000
--- a/tests/auto/corelib/plugin/qfactoryloader/test/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-# Generated from test.pro.
-
-#####################################################################
-## tst_qfactoryloader Test:
-#####################################################################
-
-qt_internal_add_test(tst_qfactoryloader
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
- SOURCES
- ../plugin1/plugininterface1.h
- ../plugin2/plugininterface2.h
- ../tst_qfactoryloader.cpp
- PUBLIC_LIBRARIES
- Qt::CorePrivate
-)
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(tst_qfactoryloader CONDITION NOT QT_FEATURE_library
- PUBLIC_LIBRARIES
- # Remove: L
- ../bin/
- plugin1
- plugin2
-)
-
-if(ANDROID)
- # Resources:
- set(qmake_libs_resource_files
- ${CMAKE_CURRENT_BINARY_DIR}/../bin
- )
-
- qt_internal_add_resource(tst_qfactoryloader "qmake_libs"
- PREFIX
- "android_test_data"
- BASE
- "${CMAKE_CURRENT_BINARY_DIR}/.."
- FILES
- ${qmake_libs_resource_files}
- )
-endif()
diff --git a/tests/auto/corelib/plugin/qlibrary/lib/.prev_CMakeLists.txt b/tests/auto/corelib/plugin/qlibrary/lib/.prev_CMakeLists.txt
deleted file mode 100644
index 93a2b1a455..0000000000
--- a/tests/auto/corelib/plugin/qlibrary/lib/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-# Generated from lib.pro.
-
-#####################################################################
-## mylib Generic Library:
-#####################################################################
-
-qt_internal_add_cmake_library(mylib
- SHARED
- INSTALL_DIRECTORY "${INSTALL_TESTSDIR}/tst_qlibrary"
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
- SOURCES
- mylib.c
- PUBLIC_LIBRARIES
- Qt::Core
-)
-
-#### Keys ignored in scope 1:.:.:lib.pro:<TRUE>:
-# INSTALLS = "target"
-# TEMPLATE = "lib"
-# target.path = "$$[QT_INSTALL_TESTS]/tst_qlibrary"
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(mylib CONDITION MSVC
- DEFINES
- WIN32_MSVC
-)
-
-#### Keys ignored in scope 4:.:.:lib.pro:(CMAKE_BUILD_TYPE STREQUAL Debug):
-# DESTDIR = "../debug/"
-
-#### Keys ignored in scope 5:.:.:lib.pro:else:
-# DESTDIR = "../release/"
diff --git a/tests/auto/corelib/plugin/qlibrary/tst/.prev_CMakeLists.txt b/tests/auto/corelib/plugin/qlibrary/tst/.prev_CMakeLists.txt
deleted file mode 100644
index 6e4ce15f44..0000000000
--- a/tests/auto/corelib/plugin/qlibrary/tst/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-# Generated from tst.pro.
-
-#####################################################################
-## tst_qlibrary Test:
-#####################################################################
-
-# Collect test data
-list(APPEND test_data "../library_path/invalid.so")
-
-qt_internal_add_test(tst_qlibrary
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
- SOURCES
- ../tst_qlibrary.cpp
- TESTDATA ${test_data}
-)
-
-## Scopes:
-#####################################################################
-
-if(ANDROID)
- # Resources:
- set(qmake_libs_resource_files
- ${CMAKE_CURRENT_BINARY_DIR}/../libmylib.prl
- ${CMAKE_CURRENT_BINARY_DIR}/../libmylib.so
- ${CMAKE_CURRENT_BINARY_DIR}/../libmylib.so2
- ${CMAKE_CURRENT_BINARY_DIR}/../system.qt.test.mylib.so
- )
-
- qt_internal_add_resource(tst_qlibrary "qmake_libs"
- PREFIX
- "android_test_data"
- BASE
- "${CMAKE_CURRENT_BINARY_DIR}/.."
- FILES
- ${qmake_libs_resource_files}
- )
-endif()
diff --git a/tests/auto/corelib/plugin/qplugin/.prev_CMakeLists.txt b/tests/auto/corelib/plugin/qplugin/.prev_CMakeLists.txt
deleted file mode 100644
index 7e6ccc966d..0000000000
--- a/tests/auto/corelib/plugin/qplugin/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Generated from qplugin.pro.
-
-add_subdirectory(invalidplugin)
diff --git a/tests/auto/corelib/plugin/qpluginloader/almostplugin/.prev_CMakeLists.txt b/tests/auto/corelib/plugin/qpluginloader/almostplugin/.prev_CMakeLists.txt
deleted file mode 100644
index 899ad6ca39..0000000000
--- a/tests/auto/corelib/plugin/qpluginloader/almostplugin/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-# Generated from almostplugin.pro.
-
-#####################################################################
-## almostplugin Generic Library:
-#####################################################################
-
-qt_internal_add_cmake_library(almostplugin
- MODULE
- INSTALL_DIRECTORY "${INSTALL_TESTSDIR}/tst_qpluginloader/bin"
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../bin"
- SOURCES
- almostplugin.cpp almostplugin.h
- PUBLIC_LIBRARIES
- Qt::Core
-)
-
-#### Keys ignored in scope 1:.:.:almostplugin.pro:<TRUE>:
-# INSTALLS = "target"
-# TEMPLATE = "lib"
-# target.path = "$$[QT_INSTALL_TESTS]/tst_qpluginloader/bin"
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(almostplugin CONDITION GCC
- LINK_OPTIONS
- "--Wl,--no-undefined"
-)
-
-qt_autogen_tools_initial_setup(almostplugin)
diff --git a/tests/auto/corelib/plugin/qpluginloader/lib/.prev_CMakeLists.txt b/tests/auto/corelib/plugin/qpluginloader/lib/.prev_CMakeLists.txt
deleted file mode 100644
index 61de9dd479..0000000000
--- a/tests/auto/corelib/plugin/qpluginloader/lib/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-# Generated from lib.pro.
-
-#####################################################################
-## tst_qpluginloaderlib Generic Library:
-#####################################################################
-
-qt_internal_add_cmake_library(tst_qpluginloaderlib
- SHARED
- INSTALL_DIRECTORY "${INSTALL_TESTSDIR}/tst_qpluginloader/bin"
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../bin"
- SOURCES
- mylib.c
- PUBLIC_LIBRARIES
- Qt::Core
-)
-
-#### Keys ignored in scope 1:.:.:lib.pro:<TRUE>:
-# INSTALLS = "target"
-# TEMPLATE = "lib"
-# target.path = "$$[QT_INSTALL_TESTS]/tst_qpluginloader/bin"
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(tst_qpluginloaderlib CONDITION MSVC
- DEFINES
- WIN32_MSVC
-)
diff --git a/tests/auto/corelib/plugin/qpluginloader/staticplugin/.prev_CMakeLists.txt b/tests/auto/corelib/plugin/qpluginloader/staticplugin/.prev_CMakeLists.txt
deleted file mode 100644
index 1448ff3933..0000000000
--- a/tests/auto/corelib/plugin/qpluginloader/staticplugin/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-# Generated from staticplugin.pro.
-
-#####################################################################
-## staticplugin Generic Library:
-#####################################################################
-
-qt_internal_add_cmake_library(staticplugin
- STATIC
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Core
- MOC_OPTIONS
- "-M"
- "ExtraMetaData=StaticPlugin"
- "-M"
- "ExtraMetaData=foo"
-)
-
-#### Keys ignored in scope 1:.:.:staticplugin.pro:<TRUE>:
-# TEMPLATE = "lib"
-
-qt_autogen_tools_initial_setup(staticplugin)
-
-target_compile_definitions(staticplugin PRIVATE QT_STATICPLUGIN)
diff --git a/tests/auto/corelib/plugin/quuid/test/.prev_CMakeLists.txt b/tests/auto/corelib/plugin/quuid/test/.prev_CMakeLists.txt
deleted file mode 100644
index 5e0aec0f33..0000000000
--- a/tests/auto/corelib/plugin/quuid/test/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-# Generated from test.pro.
-
-#####################################################################
-## tst_quuid Test:
-#####################################################################
-
-qt_internal_add_test(tst_quuid
- SOURCES
- ../tst_quuid.cpp
-)
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(tst_quuid CONDITION APPLE
- SOURCES
- ../tst_quuid_darwin.mm
- PUBLIC_LIBRARIES
- ${FWFoundation}
-)
-
-#### Keys ignored in scope 4:.:.:test.pro:(CMAKE_BUILD_TYPE STREQUAL Debug):
-# DESTDIR = "../debug"
-
-#### Keys ignored in scope 5:.:.:test.pro:else:
-# DESTDIR = "../release"
-
-#### Keys ignored in scope 6:.:.:test.pro:else:
-# DESTDIR = ".."
diff --git a/tests/auto/corelib/plugin/quuid/testProcessUniqueness/.prev_CMakeLists.txt b/tests/auto/corelib/plugin/quuid/testProcessUniqueness/.prev_CMakeLists.txt
deleted file mode 100644
index e1b5814f41..0000000000
--- a/tests/auto/corelib/plugin/quuid/testProcessUniqueness/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-# Generated from testProcessUniqueness.pro.
-
-#####################################################################
-## testProcessUniqueness Binary:
-#####################################################################
-
-qt_internal_add_executable(testProcessUniqueness
- INSTALL_DIRECTORY "${INSTALL_TESTSDIR}/tst_quuid/testProcessUniqueness"
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
-)