From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/distributingqt.html | 124 ------------------------------------------- 1 file changed, 124 deletions(-) delete mode 100644 doc/html/distributingqt.html (limited to 'doc/html/distributingqt.html') diff --git a/doc/html/distributingqt.html b/doc/html/distributingqt.html deleted file mode 100644 index 5e040bd74..000000000 --- a/doc/html/distributingqt.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -Deploying TQt Applications - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

Deploying TQt Applications

- - - -

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

-

- - -

Static TQt Applications -

-

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

-

Dynamic TQt Applications -

-

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

-

The TQt 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 -TQt as a plugin directory. The subdirectory must have the name of the -plugin category (e.g. styles, sqldrivers, designer, etc.). -

TQt searches in the following directories for plugin categories: -

-

Application specific plugin paths can be added using -TQApplication::addLibraryPath(). The build-directory of TQt is hardcoded -in the TQt 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 TQWidgetFactory, you need the following -files for all platforms: -

-

The TQUI library is provided by the following platform specific files: -

-
Platform File -
Windows tqui.lib -
Unix/Linux libtqui.so -
Mac libtqui.dylib -
-

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

- -


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- -- cgit v1.2.1