source: trunk/demos/shared/shared.pri@ 858

Last change on this file since 858 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 542 bytes
RevLine 
[2]1INCLUDEPATH += $$SHARED_FOLDER
2
3build_all:!build_pass {
4 CONFIG -= build_all
5 CONFIG += release
6}
7contains(CONFIG, debug_and_release_target) {
8 CONFIG(debug, debug|release) {
[846]9 QMAKE_LIBDIR += $$SHARED_FOLDER/debug
[2]10 } else {
[846]11 QMAKE_LIBDIR += $$SHARED_FOLDER/release
[2]12 }
13} else {
[846]14 QMAKE_LIBDIR += $$SHARED_FOLDER
[2]15}
16
17hpux-acc*:LIBS += $$SHARED_FOLDER/libdemo_shared.a
18hpuxi-acc*:LIBS += $$SHARED_FOLDER/libdemo_shared.a
[561]19symbian: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.