aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmllint')
-rw-r--r--tools/qmllint/.prev_CMakeLists.txt1
-rw-r--r--tools/qmllint/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
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