Ignore:
Timestamp:
May 6, 2011, 7:26:50 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Fixed the OS/2 build and the GNUMAKE generator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/generators/makefile.cpp

    r846 r847  
    18841884                Option::target_mode == Option::TARG_OS2_MODE ?
    18851885                    QString(" >nul 2>&1") : // reduce noise
    1886                 isForSymbian() ?
    1887                     QString(" 2> NUL") :
    18881886                    QString::null;
    18891887
Note: See TracChangeset for help on using the changeset viewer.