Changeset 8 for trunk/qmake/main.cpp
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/main.cpp
r7 r8 63 63 QDir sunworkshop42workaround = QDir::current(); 64 64 QString oldpwd = sunworkshop42workaround.currentDirPath(); 65 #if def Q_WS_WIN65 #if defined(Q_WS_WIN) || defined(Q_OS_OS2) 66 66 if(!(oldpwd.length() == 3 && oldpwd[0].isLetter() && oldpwd.endsWith(":/") ) ) 67 67 #endif
Note:
See TracChangeset
for help on using the changeset viewer.