Changeset 90 for trunk/mkspecs


Ignore:
Timestamp:
Jul 28, 2009, 2:14:45 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs/os2-g++: Added QMAKE_COMPILER_DEFINES to simulate the OS/2 GCC/kLibc environment for moc so that it will correctly detect the platform and the compiler and won't process wrong #ifdefs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/os2-g++/qmake.conf

    r78 r90  
    1111# @todo
    1212#DEFINES         += QT_LARGEFILE_SUPPORT
     13QMAKE_COMPILER_DEFINES  += __OS2__ __EMX__ __INNOTEK_LIBC__ __GNUC__
    1314
    1415QMAKE_EXT_OBJ           = .obj
Note: See TracChangeset for help on using the changeset viewer.