summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/kernel')
-rw-r--r--tests/auto/widgets/kernel/.prev_CMakeLists.txt28
-rw-r--r--tests/auto/widgets/kernel/qapplication/desktopsettingsaware/.prev_CMakeLists.txt16
-rw-r--r--tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt17
-rw-r--r--tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt42
4 files changed, 0 insertions, 103 deletions
diff --git a/tests/auto/widgets/kernel/.prev_CMakeLists.txt b/tests/auto/widgets/kernel/.prev_CMakeLists.txt
deleted file mode 100644
index bb034d0d24..0000000000
--- a/tests/auto/widgets/kernel/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-# Generated from kernel.pro.
-
-add_subdirectory(qapplication)
-add_subdirectory(qboxlayout)
-add_subdirectory(qformlayout)
-add_subdirectory(qgridlayout)
-add_subdirectory(qlayout)
-add_subdirectory(qstackedlayout)
-add_subdirectory(qtooltip)
-add_subdirectory(qwidget_window)
-add_subdirectory(qwidgetmetatype)
-add_subdirectory(qwidgetsvariant)
-add_subdirectory(qwindowcontainer)
-add_subdirectory(qsizepolicy)
-if(NOT APPLE)
- add_subdirectory(qgesturerecognizer)
-endif()
-if(NOT ANDROID)
- add_subdirectory(qwidget)
-endif()
-if(QT_FEATURE_shortcut)
- add_subdirectory(qshortcut)
-endif()
-if(QT_FEATURE_action)
- add_subdirectory(qaction)
- add_subdirectory(qactiongroup)
- add_subdirectory(qwidgetaction)
-endif()
diff --git a/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/.prev_CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/.prev_CMakeLists.txt
deleted file mode 100644
index 8f04c7ff79..0000000000
--- a/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-# Generated from desktopsettingsaware.pro.
-
-#####################################################################
-## desktopsettingsaware Binary:
-#####################################################################
-
-qt_internal_add_executable(desktopsettingsaware
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::Widgets
-)
-
-## Scopes:
-#####################################################################
diff --git a/tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt
deleted file mode 100644
index 24940d0589..0000000000
--- a/tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# Generated from modal.pro.
-
-#####################################################################
-## modal Binary:
-#####################################################################
-
-qt_internal_add_executable(modal
- SOURCES
- base.cpp base.h
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::Widgets
-)
-
-## Scopes:
-#####################################################################
diff --git a/tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt
deleted file mode 100644
index 334a25bbac..0000000000
--- a/tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-# Generated from test.pro.
-
-#####################################################################
-## test Test:
-#####################################################################
-
-# Collect test data
-list(APPEND test_data "../test/test.pro")
-list(APPEND test_data "../tmp/README")
-list(APPEND test_data "../modal")
-
-qt_internal_add_test(test
- SOURCES
- ../tst_qapplication.cpp
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::Gui
- Qt::GuiPrivate
- Qt::Widgets
- Qt::WidgetsPrivate
- TESTDATA ${test_data}
-)
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(test CONDITION builtin_testdata
- DEFINES
- BUILTIN_TESTDATA
-)
-
-#### Keys ignored in scope 3:.:.:test.pro:NOT ANDROID:
-# SUBPROGRAMS = "desktopsettingsaware" "modal"
-
-#### Keys ignored in scope 6:.:.:test.pro:NOT ANDROID:
-# TEST_HELPER_INSTALLS = "../debug/helper"
-
-#### Keys ignored in scope 8:.:.:test.pro:NOT ANDROID:
-# TEST_HELPER_INSTALLS = "../release/helper"
-
-#### Keys ignored in scope 10:.:.:test.pro:NOT ANDROID:
-# TEST_HELPER_INSTALLS = "../helper"