summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib')
-rw-r--r--tests/auto/corelib/codecs/qtextcodec/echo/CMakeLists.txt11
-rw-r--r--tests/auto/corelib/codecs/utf8/CMakeLists.txt12
2 files changed, 21 insertions, 2 deletions
diff --git a/tests/auto/corelib/codecs/qtextcodec/echo/CMakeLists.txt b/tests/auto/corelib/codecs/qtextcodec/echo/CMakeLists.txt
index bfc7d39b5e..fc63473cbc 100644
--- a/tests/auto/corelib/codecs/qtextcodec/echo/CMakeLists.txt
+++ b/tests/auto/corelib/codecs/qtextcodec/echo/CMakeLists.txt
@@ -1 +1,10 @@
-add_qt_test_helper(echo_helper SOURCES main.cpp LIBRARIES Qt::Core)
+# Generated from echo.pro.
+
+#####################################################################
+## echo_helper Binary:
+#####################################################################
+
+add_qt_test_helper(echo_helper
+ SOURCES
+ main.cpp
+)
diff --git a/tests/auto/corelib/codecs/utf8/CMakeLists.txt b/tests/auto/corelib/codecs/utf8/CMakeLists.txt
index 69825823f4..1f794d63d0 100644
--- a/tests/auto/corelib/codecs/utf8/CMakeLists.txt
+++ b/tests/auto/corelib/codecs/utf8/CMakeLists.txt
@@ -1 +1,11 @@
-add_qt_test(tst_utf8 SOURCES tst_utf8.cpp utf8data.cpp)
+# Generated from utf8.pro.
+
+#####################################################################
+## tst_utf8 Test:
+#####################################################################
+
+add_qt_test(tst_utf8
+ SOURCES
+ tst_utf8.cpp
+ utf8data.cpp
+)