Hardcode QtQml version import in .pro file
authorKai Koehne <kai.koehne@theqtcompany.com>
Thu, 4 Dec 2014 10:04:10 +0000 (11:04 +0100)
committerKai Koehne <kai.koehne@theqtcompany.com>
Fri, 5 Dec 2014 08:02:35 +0000 (09:02 +0100)
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>
src/imports/qmlwebsockets/qmlwebsockets.pro

index f7698d8..58c6df0 100644 (file)
@@ -14,4 +14,6 @@ OTHER_FILES += qmldir
 
 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
 
+IMPORT_VERSION = 1.0
+
 load(qml_plugin)