summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/lib/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin/qpluginloader/lib/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/corelib/plugin/qpluginloader/lib/.prev_CMakeLists.txt28
1 files changed, 0 insertions, 28 deletions
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 b5ae34e9df..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_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_extend_target(tst_qpluginloaderlib CONDITION MSVC
- DEFINES
- WIN32_MSVC
-)