diff options
author | Kai Koehne <kai.koehne@qt.io> | 2017-07-26 14:32:39 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@qt.io> | 2017-07-28 10:41:43 +0000 |
commit | 11a664a75275d0c21d02bf550304f981182f19e8 (patch) | |
tree | 4ca4ed04ecd963b5a90edf7d83f8d1971ebf2466 /tools/qmltestrunner | |
parent | ce5436a9a07b5593529afc0a259e55d5c716e41c (diff) | |
download | qtdeclarative-11a664a75275d0c21d02bf550304f981182f19e8.tar.gz |
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/qmltestrunner')
-rw-r--r-- | tools/qmltestrunner/qmltestrunner.pro | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/qmltestrunner/qmltestrunner.pro b/tools/qmltestrunner/qmltestrunner.pro index 505537480c..419d6ef8a2 100644 --- a/tools/qmltestrunner/qmltestrunner.pro +++ b/tools/qmltestrunner/qmltestrunner.pro @@ -6,10 +6,4 @@ CONFIG += no_import_scan QMAKE_TARGET_PRODUCT = qmltestrunner QMAKE_TARGET_DESCRIPTION = QML test runner -win32 { - VERSION = $${QT_VERSION}.0 -} else { - VERSION = $${QT_VERSION} -} - load(qt_tool) |