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/generators/makefile.h

    r2 r29  
    245245    virtual bool mergeBuildProject(MakefileGenerator * /*other*/) { return false; }
    246246    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; }
    248249};
    249250
Note: See TracChangeset for help on using the changeset viewer.