summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/gui.pro
authormickeyl <mickeyl>2003-02-20 00:00:22 (UTC)
committer mickeyl <mickeyl>2003-02-20 00:00:22 (UTC)
commitd25a16d1fd34374e4d2815dec4d11b25b2049432 (patch) (unidiff)
tree51f8fe7f32a891e3a1f5c579b15734bd784f8142 /noncore/net/wellenreiter/gui/gui.pro
parentc815825a0368257defb64d5f8ce5e2a2f2da93c6 (diff)
downloadopie-d25a16d1fd34374e4d2815dec4d11b25b2049432.zip
opie-d25a16d1fd34374e4d2815dec4d11b25b2049432.tar.gz
opie-d25a16d1fd34374e4d2815dec4d11b25b2049432.tar.bz2
- add mainwindow as central window
- add menubar and some toolbuttons
Diffstat (limited to 'noncore/net/wellenreiter/gui/gui.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/gui.pro25
1 files changed, 23 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro
index 39eda52..4ee360d 100644
--- a/noncore/net/wellenreiter/gui/gui.pro
+++ b/noncore/net/wellenreiter/gui/gui.pro
@@ -1,12 +1,33 @@
1DESTDIR = $(OPIEDIR)/bin 1DESTDIR = $(OPIEDIR)/bin
2TEMPLATE = app 2TEMPLATE = app
3CONFIG = qt warn_on debug 3CONFIG = qt warn_on debug
4#CONFIG = qt warn_on release 4#CONFIG = qt warn_on release
5HEADERS = wellenreiterbase.h wellenreiter.h scanlistitem.h scanlist.h logwindow.h hexwindow.h configwindow.h wlan.h cardconfig.h manufacturers.h 5HEADERS = mainwindow.h \
6SOURCES = main.cpp wellenreiterbase.cpp wellenreiter.cpp scanlistitem.cpp scanlist.cpp logwindow.cpp hexwindow.cpp configwindow.cpp wlan.cpp cardconfig.cpp manufacturers.h 6 wellenreiterbase.h \
7 wellenreiter.h \
8 scanlistitem.h \
9 scanlist.h \
10 logwindow.h \
11 hexwindow.h \
12 configwindow.h \
13 wlan.h \
14 cardconfig.h \
15 manufacturers.h
16SOURCES = main.cpp \
17 mainwindow.cpp \
18 wellenreiterbase.cpp \
19 wellenreiter.cpp \
20 scanlistitem.cpp \
21 scanlist.cpp \
22 logwindow.cpp \
23 hexwindow.cpp \
24 configwindow.cpp \
25 wlan.cpp \
26 cardconfig.cpp \
27 manufacturers.h
7INCLUDEPATH += $(OPIEDIR)/include ../ 28INCLUDEPATH += $(OPIEDIR)/include ../
8DEPENDPATH += $(OPIEDIR)/include ../ 29DEPENDPATH += $(OPIEDIR)/include ../
9LIBS += -lqpe -lopie -L. -lwellenreiter 30LIBS += -lqpe -lopie -L. -lwellenreiter
10INTERFACES = configbase.ui 31INTERFACES = configbase.ui
11TARGET = wellenreiter 32TARGET = wellenreiter
12 33