aboutsummaryrefslogtreecommitdiff
path: root/toolchain/deployment-file-qt514.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/deployment-file-qt514.json.in')
-rw-r--r--toolchain/deployment-file-qt514.json.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/toolchain/deployment-file-qt514.json.in b/toolchain/deployment-file-qt514.json.in
new file mode 100644
index 00000000..ac069c4d
--- /dev/null
+++ b/toolchain/deployment-file-qt514.json.in
@@ -0,0 +1,18 @@
+{
+ "qt": "@_qt5Core_install_prefix@",
+ "sdk": "@ANDROID_SDK_ROOT@",
+ "ndk": "@CMAKE_ANDROID_NDK@",
+ "toolchain-prefix": "llvm",
+ "tool-prefix": "llvm",
+ "ndk-host": "@_LOWER_CMAKE_HOST_SYSTEM_NAME@-@CMAKE_HOST_SYSTEM_PROCESSOR@",
+ "application-binary": "@QTANDROID_EXPORTED_TARGET@",
+ "qml-root-path": "@CMAKE_SOURCE_DIR@",
+ @DEFINE_QML_IMPORT_PATHS@
+ ##EXTRALIBS##
+ ##EXTRAPLUGINS##
+ "android-package-source-directory": "$<TARGET_PROPERTY:create-apk-${QTANDROID_EXPORTED_TARGET},ANDROID_APK_DIR>",
+ "stdcpp-path": "@CMAKE_SYSROOT@/usr/lib",
+ "sdkBuildToolsRevision": "@ANDROID_SDK_BUILD_TOOLS_REVISION@",
+ "extraPrefixDirs": [ @EXTRA_PREFIX_DIRS@ ],
+ "architectures": { "@CMAKE_ANDROID_ARCH_ABI@": "@ECM_ANDROID_STL_ARCH@" }
+}