aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-07-26 14:35:08 +0200
committerKai Koehne <kai.koehne@qt.io>2017-07-28 10:57:06 +0000
commitfc3f8766d53f16d94f8562016a8556e2d8b9d09b (patch)
tree3b695701fc18af93c48c8d95a1239bd02bc48823 /tools/qmlscene
parent11a664a75275d0c21d02bf550304f981182f19e8 (diff)
Adjust QMAKE_TARGET_PRODUCT, QMAKE_TARGET_DESCRIPTION
The product should be Qt5 (the default). The QMAKE_TARGET_DESCRIPTION is actually less than a description but a beautified name, that is shown e.g. in the task manager, crash reporting tool etc. Make it title case, like most Windows applications do. Change-Id: I570aee2c2016e78fdb7a93c2d7a66b70fdcb0cff Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tools/qmlscene')
-rw-r--r--tools/qmlscene/qmlscene.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/qmlscene/qmlscene.pro b/tools/qmlscene/qmlscene.pro
index 4684cae2e9..6a7df90ccc 100644
--- a/tools/qmlscene/qmlscene.pro
+++ b/tools/qmlscene/qmlscene.pro
@@ -7,7 +7,6 @@ SOURCES += main.cpp
DEFINES += QML_RUNTIME_TESTING
!contains(QT_CONFIG, no-qml-debug): DEFINES += QT_QML_DEBUG_NO_WARNING
-QMAKE_TARGET_PRODUCT = qmlscene
-QMAKE_TARGET_DESCRIPTION = Utility that loads and displays QML documents
+QMAKE_TARGET_DESCRIPTION = QML Scene Viewer
load(qt_tool)