summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/lib/lib.pro
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/lib/lib.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/lib/lib.pro11
1 files changed, 4 insertions, 7 deletions
diff --git a/noncore/net/wellenreiter/lib/lib.pro b/noncore/net/wellenreiter/lib/lib.pro
index 8728323..e36db11 100644
--- a/noncore/net/wellenreiter/lib/lib.pro
+++ b/noncore/net/wellenreiter/lib/lib.pro
@@ -2,3 +2,3 @@ MOC_DIR = ./tmp
2OBJECTS_DIR = ./tmp 2OBJECTS_DIR = ./tmp
3DESTDIR = $(OPIEDIR)/lib 3DESTDIR = $(OPIEDIR)/output/lib
4TEMPLATE = lib 4TEMPLATE = lib
@@ -8,2 +8,3 @@ HEADERS = $(OPIEDIR)/libopie2/opieui/olistview.h \
8 $(OPIEDIR)/libopie2/opienet/onetutils.h \ 8 $(OPIEDIR)/libopie2/opienet/onetutils.h \
9 $(OPIEDIR)/libopie2/opienet/omanufacturerdb.h \
9 $(OPIEDIR)/libopie2/opienet/onetwork.h \ 10 $(OPIEDIR)/libopie2/opienet/onetwork.h \
@@ -13,2 +14,3 @@ SOURCES = $(OPIEDIR)/libopie2/opieui/olistview.cpp \
13 $(OPIEDIR)/libopie2/opienet/onetutils.cpp \ 14 $(OPIEDIR)/libopie2/opienet/onetutils.cpp \
15 $(OPIEDIR)/libopie2/opienet/omanufacturerdb.cpp \
14 $(OPIEDIR)/libopie2/opienet/onetwork.cpp \ 16 $(OPIEDIR)/libopie2/opienet/onetwork.cpp \
@@ -18,3 +20,3 @@ INCLUDEPATH += $(OPIEDIR)/include
18DEPENDPATH += $(OPIEDIR)/include 20DEPENDPATH += $(OPIEDIR)/include
19LIBS = -lpcap 21LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap
20TARGET = wellenreiter 22TARGET = wellenreiter
@@ -22,7 +24,2 @@ VERSION = 1.0.0
22 24
23contains( platform, x11 ) {
24 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
25 SOURCES += resource.cpp
26 HEADERS += resource.h
27}
28 25