Go to the source code of this file.
Functions | |
| const char * | qInstallPath () |
| const char * | qInstallPathDocs () |
| const char * | qInstallPathHeaders () |
| const char * | qInstallPathLibs () |
| const char * | qInstallPathBins () |
| const char * | qInstallPathPlugins () |
| const char * | qInstallPathData () |
| const char * | qInstallPathTranslations () |
| const char * | qInstallPathSysconf () |
Variables | |
| static const char | QT_INSTALL_PREFIX [267] = "qt_nstpath=/home/ich/programming/kde/qt-copy" |
| static const char | QT_INSTALL_BINS [267] = "qt_binpath=/home/ich/programming/kde/qt-copy/bin" |
| static const char | QT_INSTALL_DOCS [267] = "qt_docpath=/home/ich/programming/kde/qt-copy/doc" |
| static const char | QT_INSTALL_HEADERS [267] = "qt_hdrpath=/home/ich/programming/kde/qt-copy/include" |
| static const char | QT_INSTALL_LIBS [267] = "qt_libpath=/home/ich/programming/kde/qt-copy/lib" |
| static const char | QT_INSTALL_PLUGINS [267] = "qt_plgpath=/home/ich/programming/kde/qt-copy/plugins" |
| static const char | QT_INSTALL_DATA [267] = "qt_datpath=/home/ich/programming/kde/qt-copy" |
| static const char | QT_INSTALL_TRANSLATIONS [267] = "qt_trnpath=/home/ich/programming/kde/qt-copy/translations" |
| static const char | QT_INSTALL_SYSCONF [267] = "qt_cnfpath=/home/ich/programming/kde/qt-copy/etc/settings" |
|
|
Definition at line 14 of file qconfig.cpp. References QT_INSTALL_PREFIX. Referenced by QMakeProject::doProjectTest(), UnixMakefileGenerator::pkgConfigPrefix(), qmake_mkspec_paths(), and QMakeProperty::value(). |
|
|
Definition at line 18 of file qconfig.cpp. References QT_INSTALL_BINS. |
|
|
Definition at line 20 of file qconfig.cpp. References QT_INSTALL_DATA. Referenced by QMakeProject::doProjectTest(), qmake_mkspec_paths(), and QMakeProperty::value(). |
|
|
Definition at line 15 of file qconfig.cpp. References QT_INSTALL_DOCS. |
|
|
Definition at line 16 of file qconfig.cpp. References QT_INSTALL_HEADERS. |
|
|
Definition at line 17 of file qconfig.cpp. References QT_INSTALL_LIBS. |
|
|
Definition at line 19 of file qconfig.cpp. References QT_INSTALL_PLUGINS. |
|
|
Definition at line 22 of file qconfig.cpp. References QT_INSTALL_SYSCONF. Referenced by QSettings::setPath(). |
|
|
Definition at line 21 of file qconfig.cpp. References QT_INSTALL_TRANSLATIONS. |
|
|
Definition at line 4 of file qconfig.cpp. Referenced by qInstallPathBins(). |
|
|
Definition at line 9 of file qconfig.cpp. Referenced by QMakeProject::doProjectTest(), qInstallPathData(), qmake_mkspec_paths(), and QMakeProperty::value(). |
|
|
Definition at line 5 of file qconfig.cpp. Referenced by qInstallPathDocs(). |
|
|
Definition at line 6 of file qconfig.cpp. Referenced by qInstallPathHeaders(). |
|
|
Definition at line 7 of file qconfig.cpp. Referenced by qInstallPathLibs(). |
|
|
Definition at line 8 of file qconfig.cpp. Referenced by qInstallPathPlugins(). |
|
|
Definition at line 3 of file qconfig.cpp. Referenced by QMakeProject::doProjectTest(), qInstallPath(), qmake_mkspec_paths(), and QMakeProperty::value(). |
|
|
Definition at line 11 of file qconfig.cpp. Referenced by qInstallPathSysconf(). |
|
|
Definition at line 10 of file qconfig.cpp. Referenced by qInstallPathTranslations(). |
1.4.2