summaryrefslogtreecommitdiff
path: root/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro
authormickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
committer mickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
commit185e37c4372883a52a44318d1d70aa685417b3a6 (patch) (unidiff)
treee506976bcd23f93c7670b5d7689fc961653d45f2 /libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro
parentdd23aa6470b671250ba57bec095d3bc0fab39102 (diff)
downloadopie-185e37c4372883a52a44318d1d70aa685417b3a6.zip
opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.gz
opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.bz2
remove hardcoded build types "debug" and "release". these are set by the build system
Diffstat (limited to 'libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro b/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro
index 9b59106..2916aab 100644
--- a/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro
+++ b/libopie2/examples/opiecore/oconfigdemo/oconfigdemo.pro
@@ -1,20 +1,20 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG = qt warn_on debug 2CONFIG = qt warn_on
3HEADERS = 3HEADERS =
4SOURCES = oconfigdemo.cpp 4SOURCES = oconfigdemo.cpp
5 5
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
8LIBS += -lopiecore2 8LIBS += -lopiecore2
9TARGET = oconfigdemo 9TARGET = oconfigdemo
10MOC_DIR = moc 10MOC_DIR = moc
11OBJECTS_DIR = obj 11OBJECTS_DIR = obj
12 12
13!contains( platform, x11 ) { 13!contains( platform, x11 ) {
14 include ( $(OPIEDIR)/include.pro ) 14 include ( $(OPIEDIR)/include.pro )
15} 15}
16 16
17contains( platform, x11 ) { 17contains( platform, x11 ) {
18 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib 18 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
19} 19}
20 20