aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlworkerscript
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-01-14 14:36:30 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-01-14 14:53:19 +0100
commit0a0dfa0d5c7604a75c1da5d2cdd6b41e9d9d6323 (patch)
tree5bc4a94378fdbbbb5cf0b66ccb69cfd5c5ec4fdb /src/qmlworkerscript
parent00767c78ec45dd793c2c30404c0232c68a9aa863 (diff)
Fix maximum minor to 15 for imports
QT_MINOR_VERSION resets to 0 in dev. Change-Id: I0b0210c3664c8c42b5dfabf13abac2beef2a0e34 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qmlworkerscript')
-rw-r--r--src/qmlworkerscript/qmlworkerscript.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlworkerscript/qmlworkerscript.pro b/src/qmlworkerscript/qmlworkerscript.pro
index 6a996a0d80..b091937796 100644
--- a/src/qmlworkerscript/qmlworkerscript.pro
+++ b/src/qmlworkerscript/qmlworkerscript.pro
@@ -20,7 +20,7 @@ include(../3rdparty/masm/masm-defs.pri)
QMLTYPES_FILENAME = plugins.qmltypes
QMLTYPES_INSTALL_DIR = $$[QT_INSTALL_QML]/QtQml/WorkerScript.2
QML_IMPORT_NAME = QtQml.WorkerScript
-IMPORT_VERSION = 2.$$QT_MINOR_VERSION
+IMPORT_VERSION = 2.15
CONFIG += qmltypes install_qmltypes install_metatypes
load(qt_module)