aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/revisions
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/revisions')
-rw-r--r--tests/auto/revisions/CMakeLists.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/revisions/CMakeLists.txt b/tests/auto/revisions/CMakeLists.txt
new file mode 100644
index 00000000..46c1d4c9
--- /dev/null
+++ b/tests/auto/revisions/CMakeLists.txt
@@ -0,0 +1,16 @@
+# Generated from revisions.pro.
+
+#####################################################################
+## tst_revisions Test:
+#####################################################################
+
+add_qt_test(tst_revisions
+ SOURCES
+ tst_revisions.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Qml
+)
+
+## Scopes:
+#####################################################################