summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtbug-76766
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-10-07 10:20:57 +0100
committerMike Krus <mike.krus@kdab.com>2020-10-07 16:00:04 +0100
commitbcad723d9c657ab16acd7ae0d31d3b2de512afd4 (patch)
tree5ed4b7a3a48fb131576dc9f70c61f95a54045f87 /tests/manual/qtbug-76766
parent676685f3e1bfe0b93e4d64a0a308f0d24aa41858 (diff)
Use internal CMake API
Task-number: QTBUG-86815 Change-Id: I7a8755571c8977be1f16b2287e5a8055e9016ee5 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/manual/qtbug-76766')
-rw-r--r--tests/manual/qtbug-76766/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/qtbug-76766/CMakeLists.txt b/tests/manual/qtbug-76766/CMakeLists.txt
index ef1d8c7c2..9910e8db9 100644
--- a/tests/manual/qtbug-76766/CMakeLists.txt
+++ b/tests/manual/qtbug-76766/CMakeLists.txt
@@ -4,7 +4,7 @@
## qtbug-76766 Binary:
#####################################################################
-qt_add_manual_test(qtbug-76766
+qt_internal_add_manual_test(qtbug-76766
GUI
SOURCES
main.cpp
@@ -25,7 +25,7 @@ set(qml_resource_files
"main.qml"
)
-qt_add_resource(qtbug-76766 "qml"
+qt_internal_add_resource(qtbug-76766 "qml"
PREFIX
"/"
FILES
@@ -36,7 +36,7 @@ set(shaders_resource_files
"shaders/shader.vert"
)
-qt_add_resource(qtbug-76766 "shaders"
+qt_internal_add_resource(qtbug-76766 "shaders"
PREFIX
"/"
FILES