Changeset 29 for trunk/qmake/main.cpp


Ignore:
Timestamp:
Jun 12, 2009, 1:32:11 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: More OS/2-specific fixes. Enabled GNUMakefileGenerator (turned on by MAKEFILE_GENERATOR=GNUMAKE).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/main.cpp

    r2 r29  
    9797    QString reporterPath = QLibraryInfo::location(QLibraryInfo::BinariesPath) + QDir::separator()
    9898                           + "qtusagereporter";
    99 #if defined(Q_OS_WIN)
     99#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
    100100    reporterPath += ".exe";
    101101#endif
     
    105105
    106106    QString oldpwd = qmake_getpwd();
    107 #ifdef Q_WS_WIN
     107#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
    108108    if(!(oldpwd.length() == 3 && oldpwd[0].isLetter() && oldpwd.endsWith(":/")))
    109109#endif
Note: See TracChangeset for help on using the changeset viewer.