IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QT_ANDROID_BUILD_ALL_ABIS

Enables building multi-ABI packages using the autodetected Qt for Android SDK list.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QT_ANDROID_BUILD_ALL_ABIS

Enables building multi-ABI packages using the autodetected Qt for Android SDK list.

This variable was introduced in Qt 6.3.

This variable is in technology preview and may change in future releases.

This variable is used only if targeting the Android platform.

The option automatically detects available ABIs of Qt for Android and uses them to build a package. The automatic detection expects the default directory structure supplied by the Qt installer, with the corresponding naming of the directories. The supported ABIs are armeabi-v7a, arm64-v8a, x86, x86_64. The typical directory structure looks as below:

 
Sélectionnez
/path/to/Qt/6.x.x
    android_armv7
    android_arm64_v8a
    android_x86
    android_x86_64
    ...

The auto-detected paths can be customized using one of QT_PATH_ANDROID_ABI_<ABI> variables.

The variable is set to FALSE by default.

See Also

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+