Changeset 29 for trunk/qmake/generators/makefile.h
- Timestamp:
- Jun 12, 2009, 1:32:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/makefile.h
r2 r29 245 245 virtual bool mergeBuildProject(MakefileGenerator * /*other*/) { return false; } 246 246 virtual bool openOutput(QFile &, const QString &build) const; 247 virtual bool isWindowsShell() const { return Option::target_mode == Option::TARG_WIN_MODE; } 247 virtual bool isDosLikeShell() const { return Option::target_mode == Option::TARG_WIN_MODE || 248 Option::target_mode == Option::TARG_OS2_MODE; } 248 249 }; 249 250
Note:
See TracChangeset
for help on using the changeset viewer.