summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin/qpluginloader')
-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
3 files changed, 0 insertions, 83 deletions
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)