QT_ANDROID_NO_DEPLOY_QT_LIBS

Whether Qt shared libraries are packaged in the APK on Android.

This property was introduced in Qt 6.4.

Note: This property is used only if targeting the Android platform.

This property can be set to not package Qt shared libraries inside the APK when deploying the target. Use QT_ANDROID_SYSTEM_LIBS_PREFIX to provide a path to where those libraries will be located on the target device instead.

Note: Only supported when deploying as an APK.