source: trunk/mkspecs/features/default_post.prf@ 297

Last change on this file since 297 was 297, checked in by Dmitry A. Kuminov, 16 years ago

mkspecs/features: Fixed regression after r294: qmake interprets static and staticlib equally, take it into account when processing statc/shared options in default_post.prf.

File size: 395 bytes
Line 
1CONFIG(debug, debug|release):load(debug)
2else:load(release)
3debug_and_release:load(debug_and_release)
4staticlib:load(staticlib)
5CONFIG(static, static|shared):load(static)
6else:load(shared)
7static_and_shared:load(static_and_shared)
8incredibuild_xge {
9 CONFIG -= incredibuild_xge
10 CONFIG = incredibuild_xge $$CONFIG
11}
12
13QMAKE_INCDIR += $$QMAKE_INCDIR_POST
14QMAKE_LIBDIR += $$QMAKE_LIBDIR_POST
Note: See TracBrowser for help on using the repository browser.