~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to demos/shared/shared.pri

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
LIBS += -ldemo_shared