From fc3f8766d53f16d94f8562016a8556e2d8b9d09b Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 26 Jul 2017 14:35:08 +0200 Subject: 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 --- tools/qmltime/qmltime.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/qmltime') diff --git a/tools/qmltime/qmltime.pro b/tools/qmltime/qmltime.pro index 7c047aab2a..04a5fd5957 100644 --- a/tools/qmltime/qmltime.pro +++ b/tools/qmltime/qmltime.pro @@ -4,6 +4,5 @@ QT += qml quick QT += quick-private macx:CONFIG -= app_bundle -QMAKE_TARGET_PRODUCT = qmltime -QMAKE_TARGET_DESCRIPTION = Tool for benchmarking the instantiation of a QML component +QMAKE_TARGET_DESCRIPTION = QML Time SOURCES += qmltime.cpp -- cgit v1.2.3