aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2018-05-15 00:12:51 +0200
committerAleix Pol <aleixpol@kde.org>2018-05-15 00:12:51 +0200
commit73f8256b0deba1a04e445237484e70156afb3f0a (patch)
treedb12f96e1207ac18ff747b339e4f3d4370620c4d
parent98ecb149f595d600b10e47a943a400515bcf31c9 (diff)
downloadextra-cmake-modules-73f8256b0deba1a04e445237484e70156afb3f0a.tar.gz
extra-cmake-modules-73f8256b0deba1a04e445237484e70156afb3f0a.tar.bz2
Android: fix typo
-rw-r--r--toolchain/ECMAndroidDeployQt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/ECMAndroidDeployQt.cmake b/toolchain/ECMAndroidDeployQt.cmake
index 9efcd1ca..721cdce7 100644
--- a/toolchain/ECMAndroidDeployQt.cmake
+++ b/toolchain/ECMAndroidDeployQt.cmake
@@ -21,7 +21,7 @@ function(ecm_androiddeployqt QTANDROID_EXPORTED_TARGET ECM_ADDITIONAL_FIND_ROOT_
endif()
endforeach()
if (QML_IMPORT_PATHS)
- set(DEFINE_QML_IMPORT_PATHS ""qml-import-paths": \"${QML_IMPORT_PATHS}\",")
+ set(DEFINE_QML_IMPORT_PATHS "\"qml-import-paths\": \"${QML_IMPORT_PATHS}\",")
endif()
set(EXTRA_PREFIX_DIRS "")