summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-12-09 14:59:40 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-12-10 21:19:01 +0000
commitaba6fcbbf64b1bd003b0c47144e2bcce43390f5d (patch)
tree6d6d2fe4d86c57c31e06e61f201d0b72c54a21e3 /tests/auto/widgets/kernel
parent86b72d481f1d041b0250405d2805b229a4bb5efd (diff)
CMake: Regenerate projects using pro2cmake one last time
And fix up some wrong qmake project files Change-Id: I66cb82aeb9c1419a74df1a650fa78a511ade7443 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 2304acab5ff3bd3832c2e388cfdab27f2a95caa8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests/auto/widgets/kernel')
-rw-r--r--tests/auto/widgets/kernel/.prev_CMakeLists.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/auto/widgets/kernel/.prev_CMakeLists.txt b/tests/auto/widgets/kernel/.prev_CMakeLists.txt
new file mode 100644
index 0000000000..bb034d0d24
--- /dev/null
+++ b/tests/auto/widgets/kernel/.prev_CMakeLists.txt
@@ -0,0 +1,28 @@
+# 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()