This file is indexed.

/usr/share/ECM/toolchain/deployment-file.json.in is in extra-cmake-modules 5.44.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
{
   "qt": "@_qt5Core_install_prefix@",
   "sdk": "@ANDROID_SDK_ROOT@",
   "ndk": "@ANDROID_NDK@",
   "toolchain-prefix": "@ANDROID_TOOLCHAIN@",
   "tool-prefix": "@ANDROID_COMPILER_PREFIX@",
   "toolchain-version": "@ANDROID_GCC_VERSION@",
   "ndk-host": "@_HOST@",
   "target-architecture": "@ANDROID_ABI@",
   "application-binary": "@EXECUTABLE_DESTINATION_PATH@",
   "qml-root-path": "@CMAKE_SOURCE_DIR@",
   ##EXTRALIBS##
   ##EXTRAPLUGINS##
   "android-package-source-directory": "@ANDROID_APK_DIR@",
   "sdkBuildToolsRevision": "@ANDROID_SDK_BUILD_TOOLS_REVISION@"
}