summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/qdoccommandlineparser
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-09-22 16:33:37 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-10-01 12:09:33 +0200
commit67afac53feda6b05edf7a17dd506d378500ba9ae (patch)
treeaabef27f30acbb62c2d0b22e826e4b1cb29cd19a /tests/auto/qdoc/qdoccommandlineparser
parent092f23cdacb5dd0ad2307cd4c18546054f7f5245 (diff)
downloadqttools-67afac53feda6b05edf7a17dd506d378500ba9ae.tar.gz
CMake: Regenerate projects to use new qt_internal_ API
Modify special case locations to use the new API as well. Task-number: QTBUG-86815 Change-Id: I84f5fc4eb26f95d81ce5b5b8cc72706bb9185026 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/qdoc/qdoccommandlineparser')
-rw-r--r--tests/auto/qdoc/qdoccommandlineparser/.prev_CMakeLists.txt4
-rw-r--r--tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/qdoc/qdoccommandlineparser/.prev_CMakeLists.txt b/tests/auto/qdoc/qdoccommandlineparser/.prev_CMakeLists.txt
index 68da67c5d..be9a1e538 100644
--- a/tests/auto/qdoc/qdoccommandlineparser/.prev_CMakeLists.txt
+++ b/tests/auto/qdoc/qdoccommandlineparser/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qdoccommandlineparser Test:
#####################################################################
-qt_add_test(tst_qdoccommandlineparser
+qt_internal_add_test(tst_qdoccommandlineparser
SOURCES
../../../../src/qdoc/qdoccommandlineparser.cpp ../../../../src/qdoc/qdoccommandlineparser.h
tst_qdoccommandlineparser.cpp
@@ -17,7 +17,7 @@ set(tst_qdoccommandlineparser_resource_files
"tst_arguments.txt"
)
-qt_add_resource(tst_qdoccommandlineparser "tst_qdoccommandlineparser"
+qt_internal_add_resource(tst_qdoccommandlineparser "tst_qdoccommandlineparser"
PREFIX
"/"
FILES
diff --git a/tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt b/tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt
index f3d75e501..46aed69a5 100644
--- a/tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt
+++ b/tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qdoccommandlineparser Test:
#####################################################################
-qt_add_test(tst_qdoccommandlineparser
+qt_internal_add_test(tst_qdoccommandlineparser
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" # special case
SOURCES
../../../../src/qdoc/qdoccommandlineparser.cpp ../../../../src/qdoc/qdoccommandlineparser.h
@@ -18,7 +18,7 @@ set(tst_qdoccommandlineparser_resource_files
"tst_arguments.txt"
)
-qt_add_resource(tst_qdoccommandlineparser "tst_qdoccommandlineparser"
+qt_internal_add_resource(tst_qdoccommandlineparser "tst_qdoccommandlineparser"
PREFIX
"/"
FILES