aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen
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 /tools/qmlcachegen
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 'tools/qmlcachegen')
-rw-r--r--tools/qmlcachegen/.prev_CMakeLists.txt2
-rw-r--r--tools/qmlcachegen/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/qmlcachegen/.prev_CMakeLists.txt b/tools/qmlcachegen/.prev_CMakeLists.txt
index d509bad865..51e66d54d2 100644
--- a/tools/qmlcachegen/.prev_CMakeLists.txt
+++ b/tools/qmlcachegen/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## qmlcachegen Tool:
#####################################################################
-add_qt_tool(qmlcachegen
+qt_add_tool(qmlcachegen
SOURCES
generateloader.cpp
qmlcachegen.cpp
diff --git a/tools/qmlcachegen/CMakeLists.txt b/tools/qmlcachegen/CMakeLists.txt
index 4d82c9ce3e..a7fa98ebd8 100644
--- a/tools/qmlcachegen/CMakeLists.txt
+++ b/tools/qmlcachegen/CMakeLists.txt
@@ -4,7 +4,7 @@
## qmlcachegen Tool:
#####################################################################
-add_qt_tool(qmlcachegen
+qt_add_tool(qmlcachegen
TOOLS_TARGET Qml # special case
SOURCES
generateloader.cpp