summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qframe/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/widgets/qframe/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/widgets/widgets/qframe/.prev_CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/auto/widgets/widgets/qframe/.prev_CMakeLists.txt b/tests/auto/widgets/widgets/qframe/.prev_CMakeLists.txt
deleted file mode 100644
index 6d0c10d4ba..0000000000
--- a/tests/auto/widgets/widgets/qframe/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# Generated from qframe.pro.
-
-#####################################################################
-## tst_qframe Test:
-#####################################################################
-
-# Collect test data
-file(GLOB_RECURSE test_data_glob
- RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- images/*)
-list(APPEND test_data ${test_data_glob})
-
-qt_internal_add_test(tst_qframe
- SOURCES
- tst_qframe.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::Widgets
- TESTDATA ${test_data}
-)