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

Qt for iOS - Building from Source

Provides instructions to build Qt from source for iOS platform.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt for iOS - Building from Source

Building Qt for iOS from sources requires Xcode with command-line tools installed. This can be done within Xcode from Preferences > Downloads > Components > Command Line Tools.

Qt 5 sources can be obtained either by cloning the repositories or downloading the source package(s).

We can then configure and build Qt. This is done from the Qt 5 top directory:

 
Sélectionnez
> ./configure -xplatform macx-ios-clang -release

For other configure options, see Qt Configure Options.

Then, simply run make.

A default build will include both simulator and device libraries. If you want to build for a single target, use the -sdk argument with either iphoneos or iphonesimulator.

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