- Timestamp:
- Aug 26, 2011, 7:48:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/deployment/qt-conf.qdoc
r846 r1030 43 43 libraries look elsewhere. 44 44 45 Note that on OS/2, the libraries do not use the hard-coded paths46 by default. Instead, they look for plugins and other components in a47 directory that contains the QtCore DLL library (or the application48 executable if Qt is built as a static library). This behavior may49 also be overridden using the \c qt.conf file.50 51 45 QLibraryInfo will load \c qt.conf from one of the following locations: 52 46 … … 61 55 QCoreApplication::applicationDirPath() + QDir::separator() + "qt.conf" 62 56 57 \o on OS/2, in the directory containing the QtCore dynamic library 58 (only after trying all of the above locations) 59 63 60 \endlist 64 61 65 On OS/2, if neither of the above locations contains \c qt.conf,66 QLibraryInfo will additionally try the following locations, in the67 given order:68 69 \list 170 71 \o \c qt.conf in the directory containing the QtCore DLL library72 (or the application executable if Qt is built as a static library)73 74 \o hard-coded system-wide \c .conf file (if set by the given build75 of the Qt library)76 77 \o \c %ETC%\qt.conf78 79 \endlist80 81 62 The \c qt.conf file is an INI text file, as described in the \l 82 63 {QSettings::Format}{QSettings} documentation. The file should have
Note:
See TracChangeset
for help on using the changeset viewer.