summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2014-12-04 11:04:10 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2014-12-05 09:02:35 +0100
commitdf6cc41fbdbed5d61bb43e491c2f2eea32cdc596 (patch)
tree1de10b8bee0c98bd8a071c0ee379ddbac3a8c8d6
parent64927e04f202d33b9a9a1f94141ef692c0b513ac (diff)
downloadqtwebsockets-df6cc41fbdbed5d61bb43e491c2f2eea32cdc596.tar.gz
Hardcode QtQml version import in .pro file
This allows the plugins.qmltypes file to be updated by just running make qmltypes Change-Id: I0872082645e9d4d8879e3a3479aea80494248894 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
-rw-r--r--src/imports/qmlwebsockets/qmlwebsockets.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/qmlwebsockets/qmlwebsockets.pro b/src/imports/qmlwebsockets/qmlwebsockets.pro
index f7698d8..58c6df0 100644
--- a/src/imports/qmlwebsockets/qmlwebsockets.pro
+++ b/src/imports/qmlwebsockets/qmlwebsockets.pro
@@ -14,4 +14,6 @@ OTHER_FILES += qmldir
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
+IMPORT_VERSION = 1.0
+
load(qml_plugin)