Changeset 29 for trunk/qmake/project.cpp


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

    r28 r29  
    5959#elif defined(Q_OS_WIN32)
    6060#include <Windows.h>
     61
     62
    6163#endif
    6264#include <stdio.h>
     
    31763178            }
    31773179        }
     3180
     3181
     3182
     3183
     3184
     3185
     3186
     3187
     3188
     3189
     3190
     3191
     3192
     3193
     3194
     3195
     3196
     3197
     3198
     3199
     3200
     3201
     3202
     3203
     3204
     3205
     3206
     3207
     3208
     3209
     3210
    31783211#elif defined(Q_OS_UNIX)
    31793212        struct utsname name;
Note: See TracChangeset for help on using the changeset viewer.