qtutilities/cmake/templates/android-deployment.json.in
Martchus f1897175e8 Support template substitution for Android files
To achieve this the Android package directory must be copied
over to the binary directory. Files which end with ".in" are
treated as templates.
2019-08-22 01:02:15 +02:00

24 lines
1.0 KiB
JSON

{
"qt": "@ANDROID_APK_QT_INSTALL_PREFIX@",
"sdk": "@CMAKE_ANDROID_SDK@",
"ndk": "@CMAKE_ANDROID_NDK@",
"toolchain-prefix": "@ANDROID_APK_TOOL_PREFIX@",
"tool-prefix": "@ANDROID_APK_TOOL_PREFIX@",
"toolchain-version": "@ANDROID_APK_TOOLCHAIN_VERSION@",
"ndk-host": "@CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG@",
"target-architecture": "@CMAKE_ANDROID_ARCH_ABI@",
"application-binary": "$<TARGET_FILE:@TARGET_PREFIX@@META_PROJECT_NAME@@TARGET_SUFFIX@>",
"qml-root-path": "@CMAKE_CURRENT_SOURCE_DIR@",
"qml-import-paths": "@ANDROID_APK_QML_IMPORT_DIRS@",
"android-extra-libs": "@ANDROID_APK_EXTRA_LIBS@",
"android-extra-plugins": "@ANDROID_APK_EXTRA_PLUGIN_DIRS@",
"android-package-source-directory": "@ANDROID_PACKAGE_SOURCE_DIRECTORY@",
"stdcpp-path":"@ANDROID_APK_CXX_STANDARD_LIBRARY@",
"sdkBuildToolsRevision": "@ANDROID_APK_BUILD_TOOLS_VERSION@",
"extraPrefixDirs": [@ANDROID_APK_BINARY_DIRS@
"@CMAKE_ANDROID_NDK@/sysroot",
"@CMAKE_INSTALL_PREFIX@",
"@ANDROID_APK_QT_INSTALL_PREFIX@"
]
}