aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/text
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-09-22 15:23:08 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-10-06 13:19:37 +0200
commit08adbefa131ef1c934f55cd61716c8ea836ddf02 (patch)
tree0ae21548926596fb41e7e71c4bb14d1973245bde /tests/manual/text
parentc52a857c2b6b89abeddeee8489110ab9dd363e53 (diff)
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: I3b964e3baf0cc7040830156dac30358ea1152801 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'tests/manual/text')
-rw-r--r--tests/manual/text/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/text/CMakeLists.txt b/tests/manual/text/CMakeLists.txt
index 09c6d780e7..78c07f6ca8 100644
--- a/tests/manual/text/CMakeLists.txt
+++ b/tests/manual/text/CMakeLists.txt
@@ -4,7 +4,7 @@
## text Binary:
#####################################################################
-qt_add_manual_test(text
+qt_internal_add_manual_test(text
GUI
SOURCES
main.cpp
@@ -21,7 +21,7 @@ set(qml_resource_files
"textInputPropertiesAndSignals.qml"
)
-qt_add_resource(text "qml"
+qt_internal_add_resource(text "qml"
PREFIX
"/"
FILES
@@ -74,7 +74,7 @@ set(quick_shared_resource_files
"images/slider_handle.png"
)
-qt_add_resource(text "quick_shared"
+qt_internal_add_resource(text "quick_shared"
PREFIX
"/quick/shared"
BASE