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  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Fonctions  · 

Deploying Qt Applications

This document lists the platform-specific files needed to distribute Qt applications. We do not include any compiler-specific files that may also be required. (See also, Window System-specific Notes.)

Static Qt Applications

To distribute static Qt applications, you need the following file for all platforms:

  • your application's executable

Dynamic Qt Applications

To distribute dynamic Qt applications, you will need the following files for all platforms:

  • application executable
  • the Qt library

The Qt library must either be in the same directory as the application executable or in a directory which is included in the system library path.

The library is in provided by the following platform specific files:

Platform File
Windows qt[version].dll
Unix/Linux libqt[version].so
Mac libqt[version].dylib

version includes the three version numbers. For threaded builds the version is prefixed with -mt.

Distributing Plugins

You must include any plugin files required by the application.

Plugins must be put into a subdirectory under a directory known to Qt as a plugin directory. The subdirectory must have the name of the plugin category (e.g. styles, sqldrivers, designer, etc.).

Qt searches in the following directories for plugin categories:

  • Application specific plugin paths
  • Build-directory of Qt
  • The application directory

Application specific plugin paths can be added using QApplication::addLibraryPath(). The build-directory of Qt is hardcoded in the Qt library and can be changed as a part of the installation process (see the distributor-example.html Distributor example).

Dynamic Dialogs

For dynamic dialogs if you use QWidgetFactory, you need the following files for all platforms:

  • The same files as used for dynamic Qt applications
  • The QUI Library

The QUI library is provided by the following platform specific files:

Platform File
Windows qui.lib
Unix/Linux libqui.so
Mac libqui.dylib

The QUI library must either be in the same directory as the application executable or in a directory which is included in the system library path.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année

Le Qt Developer Network au hasard

Logo

Utiliser QML et QtWebKit avec PySide

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 3.3
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