summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/modal
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-12 17:47:50 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 10:06:16 +0000
commita678d9fb62b53f1f9335efd1f657b31e54c04ee7 (patch)
tree7570ce87303fda05914850bb105ed29343677682 /tests/auto/widgets/kernel/qapplication/modal
parent02278007cb626f88b5a19886b775ddcaca450578 (diff)
Regenerate tests/auto/widgets/kernel
Change-Id: Ib611ea32623e44c58432a15c73626aab36ab2b98 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/widgets/kernel/qapplication/modal')
-rw-r--r--tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt
new file mode 100644
index 0000000000..b88b028343
--- /dev/null
+++ b/tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt
@@ -0,0 +1,18 @@
+# Generated from modal.pro.
+
+#####################################################################
+## modal Binary:
+#####################################################################
+
+add_qt_executable(modal
+ GUI
+ SOURCES
+ base.cpp base.h
+ main.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Widgets
+)
+
+## Scopes:
+#####################################################################