From df6cc41fbdbed5d61bb43e491c2f2eea32cdc596 Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@theqtcompany.com>
Date: Thu, 4 Dec 2014 11:04:10 +0100
Subject: [PATCH] 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>
---
 src/imports/qmlwebsockets/qmlwebsockets.pro | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/imports/qmlwebsockets/qmlwebsockets.pro b/src/imports/qmlwebsockets/qmlwebsockets.pro
index f7698d80..58c6df03 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)
-- 
GitLab