summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 17:34:16 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-15 12:24:19 +0000
commit804fb1f97a713edc96435433d15b09a3cb670416 (patch)
tree4b6fe17b9f09f4c1d5b9c64d2bffa54167630966 /tools
parent32f10df75c789477091770ae01bb26643a66fd87 (diff)
Regenerate projectswip/cmake
Change-Id: I8f779c41390e242634e32ff94d13041a8559f272 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qscxmlc/.prev_CMakeLists.txt5
-rw-r--r--tools/qscxmlc/CMakeLists.txt5
2 files changed, 4 insertions, 6 deletions
diff --git a/tools/qscxmlc/.prev_CMakeLists.txt b/tools/qscxmlc/.prev_CMakeLists.txt
index 71e210e..a1c65fc 100644
--- a/tools/qscxmlc/.prev_CMakeLists.txt
+++ b/tools/qscxmlc/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## qscxmlc Tool:
#####################################################################
-add_qt_tool(qscxmlc
+qt_add_tool(qscxmlc
SOURCES
../../src/scxml/qscxmlcompiler.cpp ../../src/scxml/qscxmlcompiler.h ../../src/scxml/qscxmlcompiler_p.h
../../src/scxml/qscxmlerror.cpp ../../src/scxml/qscxmlerror.h
@@ -36,7 +36,7 @@ set(templates_resource_files
"decl.t"
)
-add_qt_resource(qscxmlc "templates"
+qt_add_resource(qscxmlc "templates"
PREFIX
"/"
FILES
@@ -45,5 +45,4 @@ add_qt_resource(qscxmlc "templates"
#### Keys ignored in scope 1:.:.:qscxmlc.pro:<TRUE>:
-# _LOADED = "qt_tool" "resources"
# _OPTION = "host_build"
diff --git a/tools/qscxmlc/CMakeLists.txt b/tools/qscxmlc/CMakeLists.txt
index ba91e9c..5daaf26 100644
--- a/tools/qscxmlc/CMakeLists.txt
+++ b/tools/qscxmlc/CMakeLists.txt
@@ -4,7 +4,7 @@
## qscxmlc Tool:
#####################################################################
-add_qt_tool(qscxmlc
+qt_add_tool(qscxmlc
TOOLS_TARGET Scxml # special case
SOURCES
../../src/scxml/qscxmlcompiler.cpp ../../src/scxml/qscxmlcompiler.h ../../src/scxml/qscxmlcompiler_p.h
@@ -44,7 +44,7 @@ set(templates_resource_files
"decl.t"
)
-add_qt_resource(qscxmlc "templates"
+qt_add_resource(qscxmlc "templates"
PREFIX
"/"
FILES
@@ -54,5 +54,4 @@ add_qt_resource(qscxmlc "templates"
#### Keys ignored in scope 1:.:.:qscxmlc.pro:<TRUE>:
-# _LOADED = "qt_tool" "resources"
# _OPTION = "host_build"