aboutsummaryrefslogtreecommitdiff
path: root/toolchain/deployment-file.json.in
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2018-05-14 22:42:37 +0200
committerAleix Pol <aleixpol@kde.org>2018-05-14 22:46:15 +0200
commit98ecb149f595d600b10e47a943a400515bcf31c9 (patch)
tree9cd9e0bf28c02dab620a27399a5405bb4f278c77 /toolchain/deployment-file.json.in
parentac730a209953b1266606c5afc98b12c4a962808b (diff)
downloadextra-cmake-modules-98ecb149f595d600b10e47a943a400515bcf31c9.tar.gz
extra-cmake-modules-98ecb149f595d600b10e47a943a400515bcf31c9.tar.bz2
Android: Don't define qml-import-paths if it's empty
Otherwise androiddeployqt fails like it's failing now for kirigami https://binary-factory.kde.org/view/Android/job/KirigamiGallery_android/48/console
Diffstat (limited to 'toolchain/deployment-file.json.in')
-rw-r--r--toolchain/deployment-file.json.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/deployment-file.json.in b/toolchain/deployment-file.json.in
index f213f121..6bb086ba 100644
--- a/toolchain/deployment-file.json.in
+++ b/toolchain/deployment-file.json.in
@@ -9,7 +9,7 @@
"target-architecture": "@ANDROID_ABI@",
"application-binary": "@EXECUTABLE_DESTINATION_PATH@",
"qml-root-path": "@CMAKE_SOURCE_DIR@",
- "qml-import-paths": "@QML_IMPORT_PATHS@",
+ @DEFINE_QML_IMPORT_PATHS@
##EXTRALIBS##
##EXTRAPLUGINS##
"android-package-source-directory": "@ANDROID_APK_DIR@",