summaryrefslogtreecommitdiffstats
path: root/tests/manual/qssloptions/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qssloptions/CMakeLists.txt')
-rw-r--r--tests/manual/qssloptions/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual/qssloptions/CMakeLists.txt b/tests/manual/qssloptions/CMakeLists.txt
new file mode 100644
index 0000000000..1fe53b9e50
--- /dev/null
+++ b/tests/manual/qssloptions/CMakeLists.txt
@@ -0,0 +1,13 @@
+# Generated from qssloptions.pro.
+
+#####################################################################
+## tst_qssloptions Binary:
+#####################################################################
+
+add_qt_manual_test(tst_qssloptions
+ SOURCES
+ main.cpp
+ PUBLIC_LIBRARIES
+ Qt::Network
+ Qt::Test
+)