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/metamakefile.cpp

    r846 r847  
    557557#endif
    558558        *target_mode = Option::TARG_SYMBIAN_MODE;
     559    } else if (gen == "GNUMAKE") {
     560        *host_mode = Option::HOST_OS2_MODE;
     561        *target_mode = Option::TARG_OS2_MODE;
    559562    } else {
    560563        fprintf(stderr, "Unknown generator specified: %s\n", gen.toLatin1().constData());
Note: See TracChangeset for help on using the changeset viewer.