Changeset 357 for trunk/doc/src


Ignore:
Timestamp:
Nov 28, 2009, 8:49:40 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Make the Qt library portable on OS/2 by replacing hard-coded paths with paths relative to the QtCore DLL (or the application executable if Qt is built as a static library). Add two new locations to search for qt.conf/qtsys.conf for providing more portability and easier system integration. See #78 for more details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/qt-conf.qdoc

    r2 r357  
    5858    libraries look elsewhere.
    5959
     60
     61
     62
     63
     64
     65
    6066    QLibraryInfo will load \c qt.conf from one of the following locations:
    6167
     
    7278    \endlist
    7379
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
    7492    The \c qt.conf file is an INI text file, as described in the \l
    7593    {QSettings::Format}{QSettings} documentation. The file should have
     
    106124    need to be placed in specific sub-directories under the
    107125    \c{plugins} directory (see \l{How to Create Qt Plugins} for
    108     details).
    109 
     126    details). On OS/2, the \c Prefix is always relative to the directory
     127    where \c qt.conf or \c qtsys.conf is loaded from.
     128   
    110129    For example, a \c qt.conf file could contain the following:
    111130
Note: See TracChangeset for help on using the changeset viewer.