From 11a664a75275d0c21d02bf550304f981182f19e8 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 26 Jul 2017 14:32:39 +0200 Subject: 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 --- tools/qmlscene/qmlscene.pro | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools/qmlscene') diff --git a/tools/qmlscene/qmlscene.pro b/tools/qmlscene/qmlscene.pro index ec73f1871a..4684cae2e9 100644 --- a/tools/qmlscene/qmlscene.pro +++ b/tools/qmlscene/qmlscene.pro @@ -10,10 +10,4 @@ DEFINES += QML_RUNTIME_TESTING QMAKE_TARGET_PRODUCT = qmlscene QMAKE_TARGET_DESCRIPTION = Utility that loads and displays QML documents -win32 { - VERSION = $${QT_VERSION}.0 -} else { - VERSION = $${QT_VERSION} -} - load(qt_tool) -- cgit v1.2.3