summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qdataurl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qdataurl')
-rw-r--r--tests/auto/corelib/io/qdataurl/CMakeLists.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/qdataurl/CMakeLists.txt b/tests/auto/corelib/io/qdataurl/CMakeLists.txt
index d24b18dfc9..479321205e 100644
--- a/tests/auto/corelib/io/qdataurl/CMakeLists.txt
+++ b/tests/auto/corelib/io/qdataurl/CMakeLists.txt
@@ -1 +1,13 @@
-add_qt_test(tst_qdataurl SOURCES tst_qdataurl.cpp LIBRARIES Qt::CorePrivate)
+# Generated from qdataurl.pro.
+
+#####################################################################
+## tst_qdataurl Test:
+#####################################################################
+
+add_qt_test(tst_qdataurl
+ GUI
+ SOURCES
+ tst_qdataurl.cpp
+ LIBRARIES
+ Qt::CorePrivate
+)