aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 13:31:06 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-15 12:24:51 +0000
commitba494aaa24defe1401f621b791891e696b308756 (patch)
tree3617f29e9625fafbf94609ac79b2decd4033107c /tests/manual/pointer
parent91e32f86b53bb930405a58e19c84746ee85cdf89 (diff)
Regenerate all projects with new CMake API version
Change-Id: Ie0db35f674137c229eaf049616f38f8e818f7092 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/manual/pointer')
-rw-r--r--tests/manual/pointer/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/pointer/CMakeLists.txt b/tests/manual/pointer/CMakeLists.txt
index 1c70e03f62..49550f3c7e 100644
--- a/tests/manual/pointer/CMakeLists.txt
+++ b/tests/manual/pointer/CMakeLists.txt
@@ -4,7 +4,7 @@
## pointer Binary:
#####################################################################
-add_qt_manual_test(pointer
+qt_add_manual_test(pointer
GUI
SOURCES
inputinspector.cpp inputinspector.h
@@ -65,7 +65,7 @@ set(qml_resource_files
"tapHandler.qml"
)
-add_qt_resource(pointer "qml"
+qt_add_resource(pointer "qml"
PREFIX
"/"
FILES
@@ -118,7 +118,7 @@ set(quick_shared_resource_files
"images/slider_handle.png"
)
-add_qt_resource(pointer "quick_shared"
+qt_add_resource(pointer "quick_shared"
PREFIX
"/quick/shared"
BASE