summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/lib/lib.pro
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/lib/lib.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/lib/lib.pro16
1 files changed, 11 insertions, 5 deletions
diff --git a/noncore/net/wellenreiter/lib/lib.pro b/noncore/net/wellenreiter/lib/lib.pro
index 0dcc25a..75eba76 100644
--- a/noncore/net/wellenreiter/lib/lib.pro
+++ b/noncore/net/wellenreiter/lib/lib.pro
@@ -2,21 +2,27 @@ DESTDIR = $(OPIEDIR)/output/lib
2TEMPLATE = lib 2TEMPLATE = lib
3CONFIG = qt warn_on debug 3CONFIG = qt warn_on debug
4 4
5HEADERS = ../libopie2/opieui/olistview.h \ 5HEADERS = ../libopie2/opiecore/odebug.h \
6 ../libopie2/opieui/olistview.h \
6 ../libopie2/opienet/onetutils.h \ 7 ../libopie2/opienet/onetutils.h \
7 ../libopie2/opienet/omanufacturerdb.h \ 8 ../libopie2/opienet/omanufacturerdb.h \
9 ../libopie2/opienet/odebugmapper.h \
8 ../libopie2/opienet/onetwork.h \ 10 ../libopie2/opienet/onetwork.h \
9 ../libopie2/opienet/opcap.h 11 ../libopie2/opienet/opcap.h \
12 ../libopie2/opienet/ostation.h
10 13
11SOURCES = ../libopie2/opieui/olistview.cpp \ 14SOURCES = ../libopie2/opiecore/odebug.cpp \
15 ../libopie2/opieui/olistview.cpp \
12 ../libopie2/opienet/onetutils.cpp \ 16 ../libopie2/opienet/onetutils.cpp \
13 ../libopie2/opienet/omanufacturerdb.cpp \ 17 ../libopie2/opienet/omanufacturerdb.cpp \
18 ../libopie2/opienet/odebugmapper.cpp \
14 ../libopie2/opienet/onetwork.cpp \ 19 ../libopie2/opienet/onetwork.cpp \
15 ../libopie2/opienet/opcap.cpp 20 ../libopie2/opienet/opcap.cpp \
21 ../libopie2/opienet/ostation.h
16 22
17INCLUDEPATH += $(OPIEDIR)/include 23INCLUDEPATH += $(OPIEDIR)/include
18DEPENDPATH += $(OPIEDIR)/include 24DEPENDPATH += $(OPIEDIR)/include
19LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap 25LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap
20INTERFACES = 26INTERFACES =
21TARGET = wellenreiter 27TARGET = wellenreiter
22VERSION = 1.0.0 28VERSION = 1.0.2