-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,6 +1,4 @@ | |||
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 | ||
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,6 +1,4 @@ | |||
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 | ||