summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-07-07 18:01:06 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-07-09 09:38:35 +0200
commite9a328bc0e56b429a370b13c8e0b4790916cebde (patch)
tree059f3b089a8557cb4c45e3dc059b58e020e34dcb /tests/auto/xml/sax
parent5417f1e40cb647c05bffad21493feacac45f193e (diff)
CMake: Regenerate tests with new qt_ prefixed APIs
Use pro2cmake with '--api-version 2' to force regenerate projects to use the new prefixed qt_foo APIs. Change-Id: I055c4837860319e93aaa6b09d646dda4fc2a4069 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/xml/sax')
-rw-r--r--tests/auto/xml/sax/qxml/CMakeLists.txt2
-rw-r--r--tests/auto/xml/sax/qxmlinputsource/CMakeLists.txt2
-rw-r--r--tests/auto/xml/sax/qxmlsimplereader/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/xml/sax/qxml/CMakeLists.txt b/tests/auto/xml/sax/qxml/CMakeLists.txt
index bfbf7fe979..cca9b95a2f 100644
--- a/tests/auto/xml/sax/qxml/CMakeLists.txt
+++ b/tests/auto/xml/sax/qxml/CMakeLists.txt
@@ -7,7 +7,7 @@
# Collect test data
list(APPEND test_data "0x010D.xml")
-add_qt_test(tst_qxml
+qt_add_test(tst_qxml
SOURCES
tst_qxml.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/xml/sax/qxmlinputsource/CMakeLists.txt b/tests/auto/xml/sax/qxmlinputsource/CMakeLists.txt
index 48ba5f6e3f..5da96c6863 100644
--- a/tests/auto/xml/sax/qxmlinputsource/CMakeLists.txt
+++ b/tests/auto/xml/sax/qxmlinputsource/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qxmlinputsource Test:
#####################################################################
-add_qt_test(tst_qxmlinputsource
+qt_add_test(tst_qxmlinputsource
SOURCES
tst_qxmlinputsource.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/xml/sax/qxmlsimplereader/CMakeLists.txt b/tests/auto/xml/sax/qxmlsimplereader/CMakeLists.txt
index 19fa0a002f..504dc67ecd 100644
--- a/tests/auto/xml/sax/qxmlsimplereader/CMakeLists.txt
+++ b/tests/auto/xml/sax/qxmlsimplereader/CMakeLists.txt
@@ -14,7 +14,7 @@ file(GLOB_RECURSE test_data_glob
xmldocs/*)
list(APPEND test_data ${test_data_glob})
-add_qt_test(tst_qxmlsimplereader
+qt_add_test(tst_qxmlsimplereader
SOURCES
parser/parser.cpp parser/parser.h
tst_qxmlsimplereader.cpp