summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qguitimer
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-12 15:23:59 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 10:05:15 +0000
commit4936b6c7950d493436c035ee3130ff0b2b675e49 (patch)
tree3384b462889b4d3c2b95388ea9d8d19c903056cf /tests/auto/gui/kernel/qguitimer
parent43d792700423b34eedf785321be09faa6de134eb (diff)
Regenerate tests/auto/gui/kernel
Change-Id: I32046f33612f9b306dd889a0d42aa70d32375531 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/gui/kernel/qguitimer')
-rw-r--r--tests/auto/gui/kernel/qguitimer/.prev_CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/qguitimer/.prev_CMakeLists.txt b/tests/auto/gui/kernel/qguitimer/.prev_CMakeLists.txt
new file mode 100644
index 0000000000..6d0f3cbbee
--- /dev/null
+++ b/tests/auto/gui/kernel/qguitimer/.prev_CMakeLists.txt
@@ -0,0 +1,14 @@
+# Generated from qguitimer.pro.
+
+#####################################################################
+## tst_qguitimer Test:
+#####################################################################
+
+add_qt_test(tst_qguitimer
+ SOURCES
+ ../../../corelib/kernel/qtimer/tst_qtimer.cpp
+ LIBRARIES
+ Qt::CorePrivate
+ PUBLIC_LIBRARIES
+ Qt::Gui
+)