Last change
on this file since 569 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
506 bytes
|
Rev | Line | |
---|
[2] | 1 | INCLUDEPATH += $$SHARED_FOLDER
|
---|
| 2 |
|
---|
| 3 | build_all:!build_pass {
|
---|
| 4 | CONFIG -= build_all
|
---|
| 5 | CONFIG += release
|
---|
| 6 | }
|
---|
| 7 | contains(CONFIG, debug_and_release_target) {
|
---|
| 8 | CONFIG(debug, debug|release) {
|
---|
| 9 | LIBS+=-L$$SHARED_FOLDER/debug
|
---|
| 10 | } else {
|
---|
| 11 | LIBS+=-L$$SHARED_FOLDER/release
|
---|
| 12 | }
|
---|
| 13 | } else {
|
---|
| 14 | LIBS += -L$$SHARED_FOLDER
|
---|
| 15 | }
|
---|
| 16 |
|
---|
| 17 | hpux-acc*:LIBS += $$SHARED_FOLDER/libdemo_shared.a
|
---|
| 18 | hpuxi-acc*:LIBS += $$SHARED_FOLDER/libdemo_shared.a
|
---|
[561] | 19 | symbian:LIBS += -ldemo_shared.lib
|
---|
| 20 | !hpuxi-acc*:!hpux-acc*:!symbian:LIBS += -ldemo_shared
|
---|
[2] | 21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.