Changeset 8 for trunk/qmake/main.cpp


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/qmake/main.cpp

    r7 r8  
    6363    QDir sunworkshop42workaround = QDir::current();
    6464    QString oldpwd = sunworkshop42workaround.currentDirPath();
    65 #ifdef Q_WS_WIN
     65#if defined(Q_WS_WIN) || defined(Q_OS_OS2)
    6666    if(!(oldpwd.length() == 3 && oldpwd[0].isLetter() && oldpwd.endsWith(":/") ) )
    6767#endif
Note: See TracChangeset for help on using the changeset viewer.