aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-05-28 16:59:01 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-05-29 10:01:19 +0200
commit476d1f57605a1d9867a87946d1cdf7bb3c1ced3a (patch)
tree5a19dcd46316ad9b50f81441c219a5b2d1280512 /tools/qmlplugindump
parent25ae2045b6deed187948dc09a24ac5dae3e7c31d (diff)
CMake: Regenerate qtdeclarative/tools
Includes - A bunch of TARGET_DESCRIPTION Change-Id: I6acfe05187afbdd45cf7e1bf8634f1554a51c791 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tools/qmlplugindump')
-rw-r--r--tools/qmlplugindump/.prev_CMakeLists.txt1
-rw-r--r--tools/qmlplugindump/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmlplugindump/.prev_CMakeLists.txt b/tools/qmlplugindump/.prev_CMakeLists.txt
index 4f5d0f015b..078c20bf08 100644
--- a/tools/qmlplugindump/.prev_CMakeLists.txt
+++ b/tools/qmlplugindump/.prev_CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlplugindump
+ TARGET_DESCRIPTION "QML Plugin Metadata Dumper"
SOURCES
../shared/qmlstreamwriter.cpp ../shared/qmlstreamwriter.h
main.cpp
diff --git a/tools/qmlplugindump/CMakeLists.txt b/tools/qmlplugindump/CMakeLists.txt
index ebe392f689..63c0f398a4 100644
--- a/tools/qmlplugindump/CMakeLists.txt
+++ b/tools/qmlplugindump/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlplugindump
+ TARGET_DESCRIPTION "QML Plugin Metadata Dumper"
TOOLS_TARGET Qml # special case
SOURCES
../shared/qmlstreamwriter.cpp ../shared/qmlstreamwriter.h