aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlcachegen')
-rw-r--r--tools/qmlcachegen/.prev_CMakeLists.txt2
-rw-r--r--tools/qmlcachegen/CMakeLists.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/qmlcachegen/.prev_CMakeLists.txt b/tools/qmlcachegen/.prev_CMakeLists.txt
index 40ba09bc07..afae63737a 100644
--- a/tools/qmlcachegen/.prev_CMakeLists.txt
+++ b/tools/qmlcachegen/.prev_CMakeLists.txt
@@ -5,8 +5,8 @@
#####################################################################
qt_add_tool(qmlcachegen
+ TARGET_DESCRIPTION "QML Cache Generator"
SOURCES
- ../shared/qmlstreamwriter.cpp ../shared/qmlstreamwriter.h
../shared/resourcefilemapper.cpp ../shared/resourcefilemapper.h
generateloader.cpp
qmlcachegen.cpp
diff --git a/tools/qmlcachegen/CMakeLists.txt b/tools/qmlcachegen/CMakeLists.txt
index de842ea41b..d2c109d002 100644
--- a/tools/qmlcachegen/CMakeLists.txt
+++ b/tools/qmlcachegen/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlcachegen
+ TARGET_DESCRIPTION "QML Cache Generator"
TOOLS_TARGET Qml # special case
SOURCES
../shared/resourcefilemapper.cpp ../shared/resourcefilemapper.h