From 94c9958d41b145124ba5c96777f29e8eb81df160 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Sun, 13 Sep 2015 02:04:07 +0200 Subject: Look for the files in the installed prefix rather the prefix path In general, we are looking for what we're installing, not for what we already had. --- toolchain/deployment-file.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/deployment-file.json.in b/toolchain/deployment-file.json.in index 1e52e5a0..8534cd2f 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@", "android-extra-libs": "@_DEPS@", - "android-extra-plugins": "@CMAKE_PREFIX_PATH@/share,@CMAKE_PREFIX_PATH@/lib/qml", + "android-extra-plugins": "@CMAKE_INSTALL_PREFIX@/share,@CMAKE_INSTALL_PREFIX@/lib/qml", "android-package-source-directory": "@ANDROID_APK_DIR@", "sdkBuildToolsRevision": "@ANDROID_SDK_BUILD_TOOLS_REVISION@" } -- cgit v1.2.1