From df6cc41fbdbed5d61bb43e491c2f2eea32cdc596 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 4 Dec 2014 11:04:10 +0100 Subject: 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 --- src/imports/qmlwebsockets/qmlwebsockets.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/imports') 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) -- cgit v1.2.1