aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2017-11-15 13:28:37 +0100
committerAleix Pol <aleixpol@kde.org>2017-11-15 13:28:37 +0100
commit53ef4705c32429bf5a41ff5fa9a15260672d3ab3 (patch)
tree0ba257aaf27671c96f73ffa11ddd71ff45e73ec0
parentc02178fa380c799edc03250e3e92ad7f15d50dd1 (diff)
downloadextra-cmake-modules-53ef4705c32429bf5a41ff5fa9a15260672d3ab3.tar.gz
extra-cmake-modules-53ef4705c32429bf5a41ff5fa9a15260672d3ab3.tar.bz2
Fix variable name
-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 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@",