aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/.prev_CMakeLists.txt1
-rw-r--r--tools/qml/CMakeLists.txt1
-rw-r--r--tools/qmlcachegen/.prev_CMakeLists.txt2
-rw-r--r--tools/qmlcachegen/CMakeLists.txt1
-rw-r--r--tools/qmlformat/.prev_CMakeLists.txt1
-rw-r--r--tools/qmlformat/CMakeLists.txt1
-rw-r--r--tools/qmlimportscanner/.prev_CMakeLists.txt1
-rw-r--r--tools/qmlimportscanner/CMakeLists.txt1
-rw-r--r--tools/qmljs/.prev_CMakeLists.txt1
-rw-r--r--tools/qmljs/CMakeLists.txt1
-rw-r--r--tools/qmllint/.prev_CMakeLists.txt1
-rw-r--r--tools/qmllint/CMakeLists.txt1
-rw-r--r--tools/qmlplugindump/.prev_CMakeLists.txt1
-rw-r--r--tools/qmlplugindump/CMakeLists.txt1
-rw-r--r--tools/qmlpreview/.prev_CMakeLists.txt1
-rw-r--r--tools/qmlpreview/CMakeLists.txt1
-rw-r--r--tools/qmlprofiler/.prev_CMakeLists.txt1
-rw-r--r--tools/qmlprofiler/CMakeLists.txt1
-rw-r--r--tools/qmlscene/.prev_CMakeLists.txt1
-rw-r--r--tools/qmlscene/CMakeLists.txt1
-rw-r--r--tools/qmltestrunner/.prev_CMakeLists.txt1
-rw-r--r--tools/qmltestrunner/CMakeLists.txt1
22 files changed, 22 insertions, 1 deletions
diff --git a/tools/qml/.prev_CMakeLists.txt b/tools/qml/.prev_CMakeLists.txt
index b9b93d02d3..c3f08cfaed 100644
--- a/tools/qml/.prev_CMakeLists.txt
+++ b/tools/qml/.prev_CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qml
+ TARGET_DESCRIPTION "QML Runtime"
SOURCES
conf.h
main.cpp
diff --git a/tools/qml/CMakeLists.txt b/tools/qml/CMakeLists.txt
index 6edf190389..eb040766b5 100644
--- a/tools/qml/CMakeLists.txt
+++ b/tools/qml/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qml
+ TARGET_DESCRIPTION "QML Runtime"
TOOLS_TARGET Qml # special case
SOURCES
conf.h
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
diff --git a/tools/qmlformat/.prev_CMakeLists.txt b/tools/qmlformat/.prev_CMakeLists.txt
index 4f1f038f9b..940e68d9d0 100644
--- a/tools/qmlformat/.prev_CMakeLists.txt
+++ b/tools/qmlformat/.prev_CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlformat
+ TARGET_DESCRIPTION "QML Formatter"
SOURCES
commentastvisitor.cpp commentastvisitor.h
dumpastvisitor.cpp dumpastvisitor.h
diff --git a/tools/qmlformat/CMakeLists.txt b/tools/qmlformat/CMakeLists.txt
index b83b8745d2..bfafe972ef 100644
--- a/tools/qmlformat/CMakeLists.txt
+++ b/tools/qmlformat/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlformat
+ TARGET_DESCRIPTION "QML Formatter"
TOOLS_TARGET Qml # special case
SOURCES
commentastvisitor.cpp commentastvisitor.h
diff --git a/tools/qmlimportscanner/.prev_CMakeLists.txt b/tools/qmlimportscanner/.prev_CMakeLists.txt
index c3c05e2e0f..0ff1581279 100644
--- a/tools/qmlimportscanner/.prev_CMakeLists.txt
+++ b/tools/qmlimportscanner/.prev_CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlimportscanner
+ TARGET_DESCRIPTION "QML Import Scanner"
SOURCES
../shared/resourcefilemapper.cpp ../shared/resourcefilemapper.h
main.cpp
diff --git a/tools/qmlimportscanner/CMakeLists.txt b/tools/qmlimportscanner/CMakeLists.txt
index 8047d43aa7..068b9c3078 100644
--- a/tools/qmlimportscanner/CMakeLists.txt
+++ b/tools/qmlimportscanner/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlimportscanner
+ TARGET_DESCRIPTION "QML Import Scanner"
TOOLS_TARGET Qml # special case
SOURCES
../shared/resourcefilemapper.cpp ../shared/resourcefilemapper.h
diff --git a/tools/qmljs/.prev_CMakeLists.txt b/tools/qmljs/.prev_CMakeLists.txt
index 0096f335ae..3bbec9b02a 100644
--- a/tools/qmljs/.prev_CMakeLists.txt
+++ b/tools/qmljs/.prev_CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmljs
+ TARGET_DESCRIPTION "QML JavaScript Tool"
SOURCES
qmljs.cpp
DEFINES
diff --git a/tools/qmljs/CMakeLists.txt b/tools/qmljs/CMakeLists.txt
index a972a8ba1b..257f5fdb6e 100644
--- a/tools/qmljs/CMakeLists.txt
+++ b/tools/qmljs/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmljs
+ TARGET_DESCRIPTION "QML JavaScript Tool"
TOOLS_TARGET Qml # special case
SOURCES
qmljs.cpp
diff --git a/tools/qmllint/.prev_CMakeLists.txt b/tools/qmllint/.prev_CMakeLists.txt
index 188b921ca3..b0bc24d89d 100644
--- a/tools/qmllint/.prev_CMakeLists.txt
+++ b/tools/qmllint/.prev_CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmllint
+ TARGET_DESCRIPTION "QML Syntax Verifier"
SOURCES
../shared/componentversion.cpp ../shared/componentversion.h
../shared/metatypes.h
diff --git a/tools/qmllint/CMakeLists.txt b/tools/qmllint/CMakeLists.txt
index c6fb5add64..a42f700f45 100644
--- a/tools/qmllint/CMakeLists.txt
+++ b/tools/qmllint/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmllint
+ TARGET_DESCRIPTION "QML Syntax Verifier"
TOOLS_TARGET Qml # special case
SOURCES
../shared/componentversion.cpp ../shared/componentversion.h
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
diff --git a/tools/qmlpreview/.prev_CMakeLists.txt b/tools/qmlpreview/.prev_CMakeLists.txt
index 05eb333bb2..a2ebba7f50 100644
--- a/tools/qmlpreview/.prev_CMakeLists.txt
+++ b/tools/qmlpreview/.prev_CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlpreview
+ TARGET_DESCRIPTION "QML Preview"
SOURCES
main.cpp
qmlpreviewapplication.cpp qmlpreviewapplication.h
diff --git a/tools/qmlpreview/CMakeLists.txt b/tools/qmlpreview/CMakeLists.txt
index 2adec05254..1952e2513d 100644
--- a/tools/qmlpreview/CMakeLists.txt
+++ b/tools/qmlpreview/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlpreview
+ TARGET_DESCRIPTION "QML Preview"
TOOLS_TARGET Qml # special case
SOURCES
main.cpp
diff --git a/tools/qmlprofiler/.prev_CMakeLists.txt b/tools/qmlprofiler/.prev_CMakeLists.txt
index eb51932918..7969714e8a 100644
--- a/tools/qmlprofiler/.prev_CMakeLists.txt
+++ b/tools/qmlprofiler/.prev_CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlprofiler
+ TARGET_DESCRIPTION "QML Profiler"
SOURCES
commandlistener.cpp commandlistener.h
constants.h
diff --git a/tools/qmlprofiler/CMakeLists.txt b/tools/qmlprofiler/CMakeLists.txt
index 6bc6fff823..79c1b732ee 100644
--- a/tools/qmlprofiler/CMakeLists.txt
+++ b/tools/qmlprofiler/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlprofiler
+ TARGET_DESCRIPTION "QML Profiler"
TOOLS_TARGET Qml # special case
SOURCES
commandlistener.cpp commandlistener.h
diff --git a/tools/qmlscene/.prev_CMakeLists.txt b/tools/qmlscene/.prev_CMakeLists.txt
index df4bfeaf44..61edc7deff 100644
--- a/tools/qmlscene/.prev_CMakeLists.txt
+++ b/tools/qmlscene/.prev_CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlscene
+ TARGET_DESCRIPTION "QML Scene Viewer"
SOURCES
main.cpp
DEFINES
diff --git a/tools/qmlscene/CMakeLists.txt b/tools/qmlscene/CMakeLists.txt
index b53816c494..c5dda83fd8 100644
--- a/tools/qmlscene/CMakeLists.txt
+++ b/tools/qmlscene/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmlscene
+ TARGET_DESCRIPTION "QML Scene Viewer"
TOOLS_TARGET Qml # special case
SOURCES
main.cpp
diff --git a/tools/qmltestrunner/.prev_CMakeLists.txt b/tools/qmltestrunner/.prev_CMakeLists.txt
index 0033cc0679..e27f88a2ea 100644
--- a/tools/qmltestrunner/.prev_CMakeLists.txt
+++ b/tools/qmltestrunner/.prev_CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmltestrunner
+ TARGET_DESCRIPTION "QML Test Runner"
SOURCES
main.cpp
PUBLIC_LIBRARIES
diff --git a/tools/qmltestrunner/CMakeLists.txt b/tools/qmltestrunner/CMakeLists.txt
index 03d6cb77fb..f1df677621 100644
--- a/tools/qmltestrunner/CMakeLists.txt
+++ b/tools/qmltestrunner/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(qmltestrunner
+ TARGET_DESCRIPTION "QML Test Runner"
TOOLS_TARGET Qml # special case
SOURCES
main.cpp