author | mickeyl <mickeyl> | 2003-08-28 21:08:39 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-08-28 21:08:39 (UTC) |
commit | b9861471966f8bb0e3bea2db58a0d1289add1d4f (patch) (unidiff) | |
tree | 8bc8e004359d6a0e030f659b47f3c706bdad7e32 | |
parent | 125aaf8d7d49fa61f64b98861e98baf40fb16aa0 (diff) | |
download | opie-b9861471966f8bb0e3bea2db58a0d1289add1d4f.zip opie-b9861471966f8bb0e3bea2db58a0d1289add1d4f.tar.gz opie-b9861471966f8bb0e3bea2db58a0d1289add1d4f.tar.bz2 |
add TODO, remove MOC and OBJECTS dir as they are set in include.pro
-rw-r--r-- | noncore/net/wellenreiter/TODO | 5 | ||||
-rw-r--r-- | noncore/net/wellenreiter/gui/gui.pro | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/lib/lib.pro | 2 |
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,18 +1,16 @@ | |||
1 | MOC_DIR = ./tmp | ||
2 | OBJECTS_DIR = ./tmp | ||
3 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
4 | TEMPLATE = app | 2 | TEMPLATE = app |
5 | CONFIG = qt warn_on debug | 3 | CONFIG = qt warn_on debug |
6 | 4 | ||
7 | HEADERS = wellenreiterbase.h \ | 5 | HEADERS = 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 | ||
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,18 +1,16 @@ | |||
1 | MOC_DIR = ./tmp | ||
2 | OBJECTS_DIR = ./tmp | ||
3 | DESTDIR = $(OPIEDIR)/output/lib | 1 | DESTDIR = $(OPIEDIR)/output/lib |
4 | TEMPLATE = lib | 2 | TEMPLATE = lib |
5 | CONFIG = qt warn_on debug | 3 | CONFIG = qt warn_on debug |
6 | 4 | ||
7 | HEADERS = ../libopie2/opieui/olistview.h \ | 5 | HEADERS = ../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 | ||
13 | SOURCES = ../libopie2/opieui/olistview.cpp \ | 11 | SOURCES = ../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 | ||