summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qcborvalue_json
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-04 10:18:22 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-07 08:57:31 +0000
commit7bca6edc1679813e353e386235c8f88e5af622fd (patch)
treef2bfa004057c16bdcad50c57846ce1a869d899a6 /tests/auto/corelib/serialization/qcborvalue_json
parent9e5e98047e55a66e97a9b90997e1bfacb7e835ac (diff)
cmake: add tests in corelib/serialization
The DEFINES -= QT_NO_LINKED_LIST is no longer needed, so just remove it from .pro and CMakeLists.txt. Handle $$[QT_INSTALL_TESTS] and $$TARGET in target.path. When we have DESTDIR set, do not use target.path for OUTPUT_DIRECTORY. Fixes: QTBUG-78219 Change-Id: I5161a955b25ff2f3b35428dc4b935a7c9d2d425b Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Leander Beernaert <leander.beernaert@qt.io>
Diffstat (limited to 'tests/auto/corelib/serialization/qcborvalue_json')
-rw-r--r--tests/auto/corelib/serialization/qcborvalue_json/CMakeLists.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/auto/corelib/serialization/qcborvalue_json/CMakeLists.txt b/tests/auto/corelib/serialization/qcborvalue_json/CMakeLists.txt
index 651e0c68af..0346d2d0e0 100644
--- a/tests/auto/corelib/serialization/qcborvalue_json/CMakeLists.txt
+++ b/tests/auto/corelib/serialization/qcborvalue_json/CMakeLists.txt
@@ -1 +1,12 @@
-add_qt_test(tst_qcborvalue_json SOURCES tst_qcborvalue_json.cpp)
+# Generated from qcborvalue_json.pro.
+
+#####################################################################
+## tst_qcborvalue_json Test:
+#####################################################################
+
+add_qt_test(tst_qcborvalue_json
+ SOURCES
+ tst_qcborvalue_json.cpp
+ DEFINES
+ SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
+)