Changeset 298 for trunk/mkspecs


Ignore:
Timestamp:
Nov 6, 2009, 5:56:11 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs/features: If no 'windows', no 'console' is found when building on OS/2, set default to 'windows' if it's a release build against QtGui and 'console' in all other cases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/features/os2/default_post.prf

    r295 r298  
     1!CONFIG(windows):!CONFIG(console) {
     2    CONFIG(release, debug|release):CONFIG(qt):contains(QT, gui) {
     3        CONFIG *= windows
     4    } else {
     5        CONFIG *= console
     6    }
     7}
     8
    19# load the global default_post
    210load(default_post)
Note: See TracChangeset for help on using the changeset viewer.