CMake Target Properties in Qt6 Core
CMake Commands know about the following CMake target properties:
See also CMake Property Reference.
| List of ABIs that packages of a single target are built for. | |
| The Android app's icon resource name. | |
| The Android app's name. | |
| Android target SDK version. | |
| Overrides the Qt dependencies added to the target's deployment. | |
| Specifies the location of a target's generated deployment settings file. | |
| Extra libraries to deploy with the target. | |
| Extra Qt plugins to deploy with the target. | |
| Minimum Android SDK version. | |
| Whether Qt shared libraries are packaged in the APK on Android. | |
| The app's package name. | |
| Path to a custom Android package template. | |
| Revision of Android build tools to use. | |
| Specifies the location of Qt libraries on the target device. | |
| Android target SDK version. | |
| Internal Android app version. | |
| Human-readable Android app version. | |
| Path to iOS launch screen storyboard | |
| Prevents forcing source files to be treated as UTF-8 for Windows. | |
| Specifies a list of directories to search for QML imports. | |
| Overrides the location of the application's qml directory. | |
| Specifies the default Qt resource prefix. | |
| Internal WebAssembly initial memory. | |
| Internal WebAssembly maximum memory. | |
| Internal WebAssembly thread pool size. | |
| Specifies to inhibit linking against Qt's entrypoint lib. |