summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/gui.pro2
-rw-r--r--noncore/net/wellenreiter/lib/lib.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro
index cfb9873..93d42ed 100644
--- a/noncore/net/wellenreiter/gui/gui.pro
+++ b/noncore/net/wellenreiter/gui/gui.pro
@@ -1,15 +1,15 @@
1DESTDIR = $(OPIEDIR)/bin 1DESTDIR = $(OPIEDIR)/bin
2TEMPLATE = app 2TEMPLATE = app
3CONFIG = qt warn_on debug 3CONFIG = qt warn_on
4 4
5HEADERS = wellenreiterbase.h \ 5HEADERS = wellenreiterbase.h \
6 mainwindow.h \ 6 mainwindow.h \
7 wellenreiter.h \ 7 wellenreiter.h \
8 scanlist.h \ 8 scanlist.h \
9 logwindow.h \ 9 logwindow.h \
10 hexwindow.h \ 10 hexwindow.h \
11 statwindow.h \ 11 statwindow.h \
12 configwindow.h \ 12 configwindow.h \
13 graphwindow.h \ 13 graphwindow.h \
14 packetview.h \ 14 packetview.h \
15 protolistview.h \ 15 protolistview.h \
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,15 +1,15 @@
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 \