summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/modal
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-21 09:47:12 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-31 09:49:03 +0000
commit79c384ebb073066336b4c83cc24d63cdb4ef6fcf (patch)
treef74829af78b48babe0171e6ef4b2d20d2078f7a3 /tests/auto/widgets/kernel/qapplication/modal
parent3e5e7b82012b99231492f48a202044369cb76c0d (diff)
cmake: add widgets/kernel tests
Fixes: QTBUG-78230 Change-Id: Ia59f531f92e1f8499a8e814ff48c36f65984ff2a Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'tests/auto/widgets/kernel/qapplication/modal')
-rw-r--r--tests/auto/widgets/kernel/qapplication/modal/CMakeLists.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/auto/widgets/kernel/qapplication/modal/CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/modal/CMakeLists.txt
new file mode 100644
index 0000000000..e749d74975
--- /dev/null
+++ b/tests/auto/widgets/kernel/qapplication/modal/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from modal.pro.
+
+#####################################################################
+## modal Binary:
+#####################################################################
+
+add_qt_executable(modal_helper # special case
+ GUI
+ SOURCES
+ base.cpp base.h
+ main.cpp
+ OUTPUT_DIRECTORY # special case
+ ${CMAKE_CURRENT_BINARY_DIR}/.. # special case
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Widgets
+)
+
+## Scopes:
+#####################################################################