author | William Roberts <williamr@symbian.org> |
Mon, 21 Jun 2010 22:38:13 +0100 | |
branch | GCC_SURGE |
changeset 27 | 93b982ccede2 |
parent 0 | 1918ee327afb |
child 30 | 5dc02b23752f |
permissions | -rw-r--r-- |
INCLUDEPATH += $$SHARED_FOLDER build_all:!build_pass { CONFIG -= build_all CONFIG += release } contains(CONFIG, debug_and_release_target) { CONFIG(debug, debug|release) { LIBS+=-L$$SHARED_FOLDER/debug } else { LIBS+=-L$$SHARED_FOLDER/release } } else { LIBS += -L$$SHARED_FOLDER } hpux-acc*:LIBS += $$SHARED_FOLDER/libdemo_shared.a hpuxi-acc*:LIBS += $$SHARED_FOLDER/libdemo_shared.a symbian:LIBS += -ldemo_shared.lib !hpuxi-acc*:!hpux-acc*:!symbian:LIBS += -ldemo_shared