summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/lib/lib.pro
authormickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
committer mickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
commit185e37c4372883a52a44318d1d70aa685417b3a6 (patch) (unidiff)
treee506976bcd23f93c7670b5d7689fc961653d45f2 /noncore/net/wellenreiter/lib/lib.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 'noncore/net/wellenreiter/lib/lib.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/lib/lib.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/lib/lib.pro b/noncore/net/wellenreiter/lib/lib.pro
index 75eba76..51243e9 100644
--- a/noncore/net/wellenreiter/lib/lib.pro
+++ b/noncore/net/wellenreiter/lib/lib.pro
@@ -1,27 +1,27 @@
1DESTDIR = $(OPIEDIR)/output/lib 1DESTDIR = $(OPIEDIR)/output/lib
2TEMPLATE = lib 2TEMPLATE = lib
3CONFIG = qt warn_on debug 3CONFIG = qt warn_on
4 4
5HEADERS = ../libopie2/opiecore/odebug.h \ 5HEADERS = ../libopie2/opiecore/odebug.h \
6 ../libopie2/opieui/olistview.h \ 6 ../libopie2/opieui/olistview.h \
7 ../libopie2/opienet/onetutils.h \ 7 ../libopie2/opienet/onetutils.h \
8 ../libopie2/opienet/omanufacturerdb.h \ 8 ../libopie2/opienet/omanufacturerdb.h \
9 ../libopie2/opienet/odebugmapper.h \ 9 ../libopie2/opienet/odebugmapper.h \
10 ../libopie2/opienet/onetwork.h \ 10 ../libopie2/opienet/onetwork.h \
11 ../libopie2/opienet/opcap.h \ 11 ../libopie2/opienet/opcap.h \
12 ../libopie2/opienet/ostation.h 12 ../libopie2/opienet/ostation.h
13 13
14SOURCES = ../libopie2/opiecore/odebug.cpp \ 14SOURCES = ../libopie2/opiecore/odebug.cpp \
15 ../libopie2/opieui/olistview.cpp \ 15 ../libopie2/opieui/olistview.cpp \
16 ../libopie2/opienet/onetutils.cpp \ 16 ../libopie2/opienet/onetutils.cpp \
17 ../libopie2/opienet/omanufacturerdb.cpp \ 17 ../libopie2/opienet/omanufacturerdb.cpp \
18 ../libopie2/opienet/odebugmapper.cpp \ 18 ../libopie2/opienet/odebugmapper.cpp \
19 ../libopie2/opienet/onetwork.cpp \ 19 ../libopie2/opienet/onetwork.cpp \
20 ../libopie2/opienet/opcap.cpp \ 20 ../libopie2/opienet/opcap.cpp \
21 ../libopie2/opienet/ostation.h 21 ../libopie2/opienet/ostation.h
22 22
23INCLUDEPATH += $(OPIEDIR)/include 23INCLUDEPATH += $(OPIEDIR)/include
24DEPENDPATH += $(OPIEDIR)/include 24DEPENDPATH += $(OPIEDIR)/include
25LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap 25LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap
26INTERFACES = 26INTERFACES =
27TARGET = wellenreiter 27TARGET = wellenreiter