Changeset 8 for trunk/src/tools/qconfig.cpp
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tools/qconfig.cpp
r7 r8 2 2 3 3 /* Install paths from configure */ 4 static const char QT_INSTALL_PREFIX [267] = "qt_nstpath= E:\\develop\\Qt\\win-3.3.1";5 static const char QT_INSTALL_BINS [267] = "qt_binpath= E:\\develop\\Qt\\win-3.3.1\\bin";6 static const char QT_INSTALL_DOCS [267] = "qt_docpath= E:\\develop\\Qt\\win-3.3.1\\doc";7 static const char QT_INSTALL_HEADERS[267] = "qt_hdrpath= E:\\develop\\Qt\\win-3.3.1\\include";8 static const char QT_INSTALL_LIBS [267] = "qt_libpath= E:\\develop\\Qt\\win-3.3.1\\lib";9 static const char QT_INSTALL_PLUGINS[267] = "qt_plgpath= E:\\develop\\Qt\\win-3.3.1\\plugins";10 static const char QT_INSTALL_DATA [267] = "qt_datpath= E:\\develop\\Qt\\win-3.3.1";11 static const char QT_INSTALL_TRANSLATIONS [267] = "qt_trnpath= E:\\develop\\Qt\\win-3.3.1\\translations";4 static const char QT_INSTALL_PREFIX [267] = "qt_nstpath=C:\\Qt\\3.3.1"; 5 static const char QT_INSTALL_BINS [267] = "qt_binpath=C:\\Qt\\3.3.1\\bin"; 6 static const char QT_INSTALL_DOCS [267] = "qt_docpath=C:\\Qt\\3.3.1\\doc"; 7 static const char QT_INSTALL_HEADERS[267] = "qt_hdrpath=C:\\Qt\\3.3.1\\include"; 8 static const char QT_INSTALL_LIBS [267] = "qt_libpath=C:\\Qt\\3.3.1\\lib"; 9 static const char QT_INSTALL_PLUGINS[267] = "qt_plgpath=C:\\Qt\\3.3.1\\plugins"; 10 static const char QT_INSTALL_DATA [267] = "qt_datpath=C:\\Qt\\3.3.1"; 11 static const char QT_INSTALL_TRANSLATIONS [267] = "qt_trnpath=C:\\Qt\\3.3.1\\translations"; 12 12 13 13 /* strlen( "qt_xxxpath=" ) == 11 */
Note:
See TracChangeset
for help on using the changeset viewer.