diff options
author | Volker Krause <vkrause@kde.org> | 2018-03-09 15:33:46 +0100 |
---|---|---|
committer | Volker Krause <vkrause@kde.org> | 2018-03-09 15:40:56 +0100 |
commit | 553be332f2e33a292a1392b4db8fa1b7a6790386 (patch) | |
tree | 473f8065130d40ab91badbe19797dfb0ae175748 /toolchain/deployment-file.json.in | |
parent | 61fd316e93f8270e7e0ff22cfa7cd668856085fb (diff) | |
download | extra-cmake-modules-553be332f2e33a292a1392b4db8fa1b7a6790386.tar.gz extra-cmake-modules-553be332f2e33a292a1392b4db8fa1b7a6790386.tar.bz2 |
Provide QML import paths to androiddeployqt
Summary:
This makes the qmlimportscanner find our QML files and plugins correctly.
That's IMHO much cleaner than the full copy of everything in the lib/qml
folder we do via the android-extra-plugins list.
Reviewers: #build_system, apol
Reviewed By: apol
Subscribers: #frameworks
Tags: #frameworks, #build_system
Differential Revision: https://phabricator.kde.org/D11177
Diffstat (limited to 'toolchain/deployment-file.json.in')
-rw-r--r-- | toolchain/deployment-file.json.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/deployment-file.json.in b/toolchain/deployment-file.json.in index 6aa1a7c7..5730758c 100644 --- a/toolchain/deployment-file.json.in +++ b/toolchain/deployment-file.json.in @@ -9,6 +9,7 @@ "target-architecture": "@ANDROID_ABI@", "application-binary": "@EXECUTABLE_DESTINATION_PATH@", "qml-root-path": "@CMAKE_SOURCE_DIR@", + "qml-import-paths": "@QML_IMPORT_PATHS@", ##EXTRALIBS## ##EXTRAPLUGINS## "android-package-source-directory": "@ANDROID_APK_DIR@", |