CMake Target Properties in Qt6 Core
CMake Commands know about the following CMake target properties:
See also CMake Property Reference.
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. | |
Path to a custom Android package template. | |
Revision of Android build tools to use. | |
Android target SDK version. | |
Internal Android app version. | |
Human-readable Android app version. | |
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 thread pool size. | |
Specifies to inhibit linking against Qt's entrypoint lib. |
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.