From 1b0496d05987a7df6c8c4c51f1dfdd0e24eeb0f9 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 5 Jun 2017 16:54:37 +0200 Subject: scan the whole install folder for qml dependencies Summary: set qml-root-path as the root install folder of the application, as is used to scan for import dependencies, and both qml files in share should be scanned as well as other qml imports that may be installed in /lib Test Plan: kirigami gallery deployment has again all the needed dependencies Reviewers: apol Reviewed By: apol Subscribers: #frameworks, #build_system Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D6103 --- toolchain/deployment-file.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain') diff --git a/toolchain/deployment-file.json.in b/toolchain/deployment-file.json.in index b7d28f51..c33f1120 100644 --- a/toolchain/deployment-file.json.in +++ b/toolchain/deployment-file.json.in @@ -8,7 +8,7 @@ "ndk-host": "@_HOST@", "target-architecture": "@ANDROID_ABI@", "application-binary": "@EXECUTABLE_DESTINATION_PATH@", - "qml-root-path": "@CMAKE_INSTALL_PREFIX@/share", + "qml-root-path": "@CMAKE_INSTALL_PREFIX@", ##EXTRALIBS## ##EXTRAPLUGINS## "android-package-source-directory": "@ANDROID_APK_DIR@", -- cgit v1.2.1