diff options
author | Timothy Pearson <[email protected]> | 2015-03-05 20:59:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-03-05 20:59:01 -0600 |
commit | dfb87398c72e9248aa709ae212e6ab7f2209003d (patch) | |
tree | 52422e7b6774fcc503d7c701cb2c77fa016386e8 /doc/distributingqt.doc | |
parent | 891a448afad4ab1f09bfb0cfee71652975bd7687 (diff) | |
download | tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.tar.gz tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.zip |
Automated update from Qt3
Diffstat (limited to 'doc/distributingqt.doc')
-rw-r--r-- | doc/distributingqt.doc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/distributingqt.doc b/doc/distributingqt.doc index 7454388be..5303ee1a1 100644 --- a/doc/distributingqt.doc +++ b/doc/distributingqt.doc @@ -4,7 +4,7 @@ ** ** Copyright (C) 2000-2008 Trolltech ASA. All rights reserved. ** -** This file is part of the Qt GUI Toolkit. +** This file is part of the TQt GUI Toolkit. ** ** This file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free @@ -13,7 +13,7 @@ ** Alternatively you may (at your option) use any later version ** of the GNU General Public License if such license has been ** publicly approved by Trolltech ASA (or its successors, if any) -** and the KDE Free Qt Foundation. +** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General ** Public Licensing requirements will be met: @@ -39,7 +39,7 @@ /*! \page distributingntqt.html -\title Deploying Qt Applications +\title Deploying TQt Applications This document lists the platform-specific files needed to distribute Qt applications. We do not include any compiler-specific files that @@ -48,26 +48,26 @@ System-specific Notes\endlink.) \tableofcontents -\section1 Static Qt Applications +\section1 Static TQt Applications -To distribute static Qt applications, you need the following file for +To distribute static TQt applications, you need the following file for all platforms: \list \i your application's executable \endlist -\section1 Dynamic Qt Applications +\section1 Dynamic TQt Applications -To distribute dynamic Qt applications, you will need the following +To distribute dynamic TQt applications, you will need the following files for all platforms: \list \i application executable -\i the Qt library +\i the TQt library \endlist -The Qt library must either be in the same directory as the application +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. @@ -100,8 +100,8 @@ Qt searches in the following directories for plugin categories: \endlist 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 +QApplication::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 \l distributor-example.html Distributor example). \section1 Dynamic Dialogs @@ -110,7 +110,7 @@ For dynamic dialogs if you use QWidgetFactory, you need the following files for all platforms: \list -\i The same files as used for dynamic Qt applications +\i The same files as used for dynamic TQt applications \i The QUI Library \endlist |