aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltime
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-07-26 14:32:39 +0200
committerKai Koehne <kai.koehne@qt.io>2017-07-28 10:41:43 +0000
commit11a664a75275d0c21d02bf550304f981182f19e8 (patch)
tree4ca4ed04ecd963b5a90edf7d83f8d1971ebf2466 /tools/qmltime
parentce5436a9a07b5593529afc0a259e55d5c716e41c (diff)
Remove custom setting of qmake VERSION field in tools
qt_tool.prf sets the VERSION to MODULE_VERSION by default. Also, qmake automatically makes it a quadruple for the .rc file metadata. Change-Id: Ie2d0f2022c4416ce824a6786eef4a8c461ed70f1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'tools/qmltime')
-rw-r--r--tools/qmltime/qmltime.pro7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/qmltime/qmltime.pro b/tools/qmltime/qmltime.pro
index ec1bcb5a03..7c047aab2a 100644
--- a/tools/qmltime/qmltime.pro
+++ b/tools/qmltime/qmltime.pro
@@ -6,11 +6,4 @@ macx:CONFIG -= app_bundle
QMAKE_TARGET_PRODUCT = qmltime
QMAKE_TARGET_DESCRIPTION = Tool for benchmarking the instantiation of a QML component
-
-win32 {
- VERSION = $${QT_VERSION}.0
-} else {
- VERSION = $${QT_VERSION}
-}
-
SOURCES += qmltime.cpp