summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/TODO5
-rw-r--r--noncore/net/wellenreiter/gui/gui.pro2
-rw-r--r--noncore/net/wellenreiter/lib/lib.pro2
3 files changed, 5 insertions, 4 deletions
diff --git a/noncore/net/wellenreiter/TODO b/noncore/net/wellenreiter/TODO
new file mode 100644
index 0000000..983d160
--- a/dev/null
+++ b/noncore/net/wellenreiter/TODO
@@ -0,0 +1,5 @@
1- save configuration settings
2- GPS
3- beep over headphone / customizable
4- autoshow new nets - maybe in other color or more contrast
5
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro
index 5ff4290..e6d6d24 100644
--- a/noncore/net/wellenreiter/gui/gui.pro
+++ b/noncore/net/wellenreiter/gui/gui.pro
@@ -1,26 +1,24 @@
1MOC_DIR = ./tmp
2OBJECTS_DIR = ./tmp
3DESTDIR = $(OPIEDIR)/bin 1DESTDIR = $(OPIEDIR)/bin
4TEMPLATE = app 2TEMPLATE = app
5CONFIG = qt warn_on debug 3CONFIG = qt warn_on debug
6 4
7HEADERS = wellenreiterbase.h \ 5HEADERS = wellenreiterbase.h \
8 mainwindow.h \ 6 mainwindow.h \
9 wellenreiter.h \ 7 wellenreiter.h \
10 scanlist.h \ 8 scanlist.h \
11 logwindow.h \ 9 logwindow.h \
12 hexwindow.h \ 10 hexwindow.h \
13 statwindow.h \ 11 statwindow.h \
14 configwindow.h \ 12 configwindow.h \
15 graphwindow.h \ 13 graphwindow.h \
16 protolistview.h \ 14 protolistview.h \
17 gps.h 15 gps.h
18 16
19SOURCES = main.cpp \ 17SOURCES = main.cpp \
20 mainwindow.cpp \ 18 mainwindow.cpp \
21 wellenreiterbase.cpp \ 19 wellenreiterbase.cpp \
22 wellenreiter.cpp \ 20 wellenreiter.cpp \
23 scanlist.cpp \ 21 scanlist.cpp \
24 logwindow.cpp \ 22 logwindow.cpp \
25 hexwindow.cpp \ 23 hexwindow.cpp \
26 statwindow.cpp \ 24 statwindow.cpp \
diff --git a/noncore/net/wellenreiter/lib/lib.pro b/noncore/net/wellenreiter/lib/lib.pro
index 6ea6869..0dcc25a 100644
--- a/noncore/net/wellenreiter/lib/lib.pro
+++ b/noncore/net/wellenreiter/lib/lib.pro
@@ -1,24 +1,22 @@
1MOC_DIR = ./tmp
2OBJECTS_DIR = ./tmp
3DESTDIR = $(OPIEDIR)/output/lib 1DESTDIR = $(OPIEDIR)/output/lib
4TEMPLATE = lib 2TEMPLATE = lib
5CONFIG = qt warn_on debug 3CONFIG = qt warn_on debug
6 4
7HEADERS = ../libopie2/opieui/olistview.h \ 5HEADERS = ../libopie2/opieui/olistview.h \
8 ../libopie2/opienet/onetutils.h \ 6 ../libopie2/opienet/onetutils.h \
9 ../libopie2/opienet/omanufacturerdb.h \ 7 ../libopie2/opienet/omanufacturerdb.h \
10 ../libopie2/opienet/onetwork.h \ 8 ../libopie2/opienet/onetwork.h \
11 ../libopie2/opienet/opcap.h 9 ../libopie2/opienet/opcap.h
12 10
13SOURCES = ../libopie2/opieui/olistview.cpp \ 11SOURCES = ../libopie2/opieui/olistview.cpp \
14 ../libopie2/opienet/onetutils.cpp \ 12 ../libopie2/opienet/onetutils.cpp \
15 ../libopie2/opienet/omanufacturerdb.cpp \ 13 ../libopie2/opienet/omanufacturerdb.cpp \
16 ../libopie2/opienet/onetwork.cpp \ 14 ../libopie2/opienet/onetwork.cpp \
17 ../libopie2/opienet/opcap.cpp 15 ../libopie2/opienet/opcap.cpp
18 16
19INCLUDEPATH += $(OPIEDIR)/include 17INCLUDEPATH += $(OPIEDIR)/include
20DEPENDPATH += $(OPIEDIR)/include 18DEPENDPATH += $(OPIEDIR)/include
21LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap 19LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap
22INTERFACES = 20INTERFACES =
23TARGET = wellenreiter 21TARGET = wellenreiter
24VERSION = 1.0.0 22VERSION = 1.0.0