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