Ignore:
Timestamp:
Nov 16, 2005, 8:36:46 PM (20 years ago)
Author:
dmik
Message:

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tools/qconfig.cpp

    r7 r8  
    22
    33/* 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";
     4static const char QT_INSTALL_PREFIX [267] = "qt_nstpath=C:\\Qt\\3.3.1";
     5static const char QT_INSTALL_BINS   [267] = "qt_binpath=C:\\Qt\\3.3.1\\bin";
     6static const char QT_INSTALL_DOCS   [267] = "qt_docpath=C:\\Qt\\3.3.1\\doc";
     7static const char QT_INSTALL_HEADERS[267] = "qt_hdrpath=C:\\Qt\\3.3.1\\include";
     8static const char QT_INSTALL_LIBS   [267] = "qt_libpath=C:\\Qt\\3.3.1\\lib";
     9static const char QT_INSTALL_PLUGINS[267] = "qt_plgpath=C:\\Qt\\3.3.1\\plugins";
     10static const char QT_INSTALL_DATA   [267] = "qt_datpath=C:\\Qt\\3.3.1";
     11static const char QT_INSTALL_TRANSLATIONS [267] = "qt_trnpath=C:\\Qt\\3.3.1\\translations";
    1212
    1313/* strlen( "qt_xxxpath=" ) == 11 */
Note: See TracChangeset for help on using the changeset viewer.