aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/qmllint.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmllint/qmllint.pro')
-rw-r--r--tools/qmllint/qmllint.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/qmllint/qmllint.pro b/tools/qmllint/qmllint.pro
index 27af880c8c..fe6a1b9cbc 100644
--- a/tools/qmllint/qmllint.pro
+++ b/tools/qmllint/qmllint.pro
@@ -7,10 +7,4 @@ SOURCES += main.cpp
QMAKE_TARGET_PRODUCT = qmllint
QMAKE_TARGET_DESCRIPTION = QML syntax verifier
-win32 {
- VERSION = $${QT_VERSION}.0
-} else {
- VERSION = $${QT_VERSION}
-}
-
load(qt_tool)