Commit df6cc41f authored by Kai Koehne's avatar Kai Koehne
Browse files

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: default avatarMilian Wolff <milian.wolff@kdab.com>
Showing with 2 additions and 0 deletions
...@@ -14,4 +14,6 @@ OTHER_FILES += qmldir ...@@ -14,4 +14,6 @@ OTHER_FILES += qmldir
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
IMPORT_VERSION = 1.0
load(qml_plugin) load(qml_plugin)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment