summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qfactoryloader/test/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin/qfactoryloader/test/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/corelib/plugin/qfactoryloader/test/.prev_CMakeLists.txt42
1 files changed, 0 insertions, 42 deletions
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()