From 53ef4705c32429bf5a41ff5fa9a15260672d3ab3 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 15 Nov 2017 13:28:37 +0100 Subject: Fix variable name --- 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 fe5f3fb6..8208b1e9 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_SOURCE_DIRECTORY@", + "qml-root-path": "@CMAKE_SOURCE_DIR@", ##EXTRALIBS## ##EXTRAPLUGINS## "android-package-source-directory": "@ANDROID_APK_DIR@", -- cgit v1.2.1