summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/gui.pro
authormickeyl <mickeyl>2003-02-23 15:14:18 (UTC)
committer mickeyl <mickeyl>2003-02-23 15:14:18 (UTC)
commit9b7faae2ec12eeb9a056ca6093ac6e0840b11717 (patch) (unidiff)
treefc4d9de4ee2fd5c502513ccf0fa592bfaaa87185 /noncore/net/wellenreiter/gui/gui.pro
parent791c7512c530cb373726f9c01e26229cb8ca992a (diff)
downloadopie-9b7faae2ec12eeb9a056ca6093ac6e0840b11717.zip
opie-9b7faae2ec12eeb9a056ca6093ac6e0840b11717.tar.gz
opie-9b7faae2ec12eeb9a056ca6093ac6e0840b11717.tar.bz2
- revamped part of the gui
- configuration is now a seperate dialog - orinoco_hopper is no longer needed
Diffstat (limited to 'noncore/net/wellenreiter/gui/gui.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/gui.pro12
1 files changed, 8 insertions, 4 deletions
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro
index 4ee360d..95e9f22 100644
--- a/noncore/net/wellenreiter/gui/gui.pro
+++ b/noncore/net/wellenreiter/gui/gui.pro
@@ -1,9 +1,11 @@
1MOC_DIR = ./tmp
2OBJECTS_DIR = ./tmp
1DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
2TEMPLATE = app 4TEMPLATE = app
3CONFIG = qt warn_on debug 5CONFIG = qt warn_on debug
4#CONFIG = qt warn_on release 6
5HEADERS = mainwindow.h \ 7HEADERS = wellenreiterbase.h \
6 wellenreiterbase.h \ 8 mainwindow.h \
7 wellenreiter.h \ 9 wellenreiter.h \
8 scanlistitem.h \ 10 scanlistitem.h \
9 scanlist.h \ 11 scanlist.h \
@@ -13,6 +15,7 @@ HEADERS = mainwindow.h \
13 wlan.h \ 15 wlan.h \
14 cardconfig.h \ 16 cardconfig.h \
15 manufacturers.h 17 manufacturers.h
18
16SOURCES = main.cpp \ 19SOURCES = main.cpp \
17 mainwindow.cpp \ 20 mainwindow.cpp \
18 wellenreiterbase.cpp \ 21 wellenreiterbase.cpp \
@@ -24,7 +27,8 @@ SOURCES = main.cpp \
24 configwindow.cpp \ 27 configwindow.cpp \
25 wlan.cpp \ 28 wlan.cpp \
26 cardconfig.cpp \ 29 cardconfig.cpp \
27 manufacturers.h 30 manufacturers.cpp
31
28INCLUDEPATH += $(OPIEDIR)/include ../ 32INCLUDEPATH += $(OPIEDIR)/include ../
29DEPENDPATH += $(OPIEDIR)/include ../ 33DEPENDPATH += $(OPIEDIR)/include ../
30LIBS += -lqpe -lopie -L. -lwellenreiter 34LIBS += -lqpe -lopie -L. -lwellenreiter