Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

Fine-Tuning Features in Qt

In many cases, only a fixed set of applications are deployed on an embedded device, making it possible to save resources by minimizing the size of the associated libraries. The Qt installation can easily be optimized by avoiding to compile in the features that are not required.

A wide range of features are defined, covering classes and technologies provided by several of Qt's modules. You can look up the different feature definitions in the src/corelib/global/qfeatures.txt file within the Qt source distribution.

Simple Customization

Embedded Linux

To disable a particular feature, just run the configure script for Qt for Embedded Linux with the -no-feature-<feature> option. For example:

 ./configure -no-feature-thread

The feature can easily be enabled again by running configure with the -feature-<feature> option.

See also Qt Performance Tuning.

Windows CE

To disable a particular feature, just run the configure script with the set of required -D<feature> options. For example, you can use the -D option to define QT_NO_THREAD:

 configure.exe -D QT_NO_THREAD

The -D option only creates a Qt internal define. If you get linker errors you have to define QT_NO_THREAD also for your project. You can do this by adding DEFINES += QT_NO_THREAD to your .pro file.

See also Qt Performance Tuning.

Managing Large Numbers of Features

If you want to disable a lot of features, it is more comfortable to use the qconfig tool. You can disable a set of features by creating a custom configuration file that defines the preferred subset of Qt's functionality. Such a file uses macros to disable the unwanted features, and can be created manually or by using the qconfig tool located in the tools/qconfig directory of the Qt source distribution.

Note: The qconfig tool is intended to be built against Qt on desktop platforms.

The qconfig tool's interface displays all of Qt's functionality, and allows the user to both disable and enable features. The user can open and edit any custom configuration file located in the src/corelib/global directory. When creating a custom configuration file manually, a description of the currently available Qt features can be found in the src/corelib/global/qfeatures.txt file.

Note that some features depend on others; disabling any feature will automatically disable all features depending on it. The feature dependencies can be explored using the qconfig tool, but they are also described in the src/corelib/global/qfeatures.h file.

To be able to apply the custom configuration, it must be saved in a file called qconfig-myfile.h in the src/corelib/global directory. Then use the configure tool's -qconfig option and pass the configuration's file name without the qconfig- prefix and .h extension, as argument. The following examples show how this is invoked on each of the embedded platforms for a file called qconfig-myfile.h:

Embedded Linux:

 ./configure -qconfig myfile

Windows CE:

 configure.exe -qconfig myfile

Qt provides several ready-made custom configuration files, defining minimal, small, medium and large installations, respectively. These files are located in the /src/corelib/global directory in the Qt source distribution.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 42
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 9
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Developer Network au hasard

Logo

Introduction à Qt Quick pour les développeurs C++

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 4.6
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web