-
Notifications
You must be signed in to change notification settings - Fork 77
/
qtdeploy.json.in
23 lines (23 loc) · 904 Bytes
/
qtdeploy.json.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"description": "This file is to be read by androiddeployqt",
"qt": "@QT_ANDROID_QT_ROOT@",
"sdk": "@QT_ANDROID_SDK_ROOT@",
"ndk": "@QT_ANDROID_NDK_ROOT@",
"sdkBuildToolsRevision": "@QT_ANDROID_SDK_BUILDTOOLS_REVISION@",
"toolchain-prefix": "@QT_ANDROID_TOOLCHAIN_PREFIX@",
"tool-prefix": "@QT_ANDROID_TOOL_PREFIX@",
"toolchain-version": "@QT_ANDROID_TOOLCHAIN_VERSION@",
"ndk-host": "@ANDROID_NDK_HOST_SYSTEM_NAME@",
"architectures": {
@QT_ANDROID_ARCHITECTURES@
},
"target-architecture": "@ANDROID_ABI@",
"application-binary": "@QT_ANDROID_APPLICATION_BINARY@",
"android-package": "@QT_ANDROID_APP_PACKAGE_NAME@",
"android-app-name": "@QT_ANDROID_APP_NAME@",
"qml-root-path": "@CMAKE_SOURCE_DIR@",
"stdcpp-path": "@QT_ANDROID_STL_PATH@",
"useLLVM": @QT_ANDROID_USE_LLVM@,
@QT_ANDROID_APP_EXTRA_LIBS@
"android-package-source-directory": "@QT_ANDROID_APP_PACKAGE_SOURCE_ROOT@"
}