summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/gui.pro
authormickeyl <mickeyl>2003-03-30 01:51:14 (UTC)
committer mickeyl <mickeyl>2003-03-30 01:51:14 (UTC)
commitd11a0154e2d9732854c9a3d598857bc20f359849 (patch) (unidiff)
treeaf0e0273d01f4f6c64c9f230f22bb91a7a8a21d8 /noncore/net/wellenreiter/gui/gui.pro
parent99899abc80a8aa05044eeecd8a061b0a8efaa713 (diff)
downloadopie-d11a0154e2d9732854c9a3d598857bc20f359849.zip
opie-d11a0154e2d9732854c9a3d598857bc20f359849.tar.gz
opie-d11a0154e2d9732854c9a3d598857bc20f359849.tar.bz2
- the network work for libopie2 pays off...
- good bye to wellenreiterd, t'was fun but always too unstable and too hard to maintain - good bye to libwellenreiter
Diffstat (limited to 'noncore/net/wellenreiter/gui/gui.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/gui.pro10
1 files changed, 3 insertions, 7 deletions
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro
index 8861a50..200bfc1 100644
--- a/noncore/net/wellenreiter/gui/gui.pro
+++ b/noncore/net/wellenreiter/gui/gui.pro
@@ -11,8 +11,6 @@ HEADERS = wellenreiterbase.h \
11 logwindow.h \ 11 logwindow.h \
12 hexwindow.h \ 12 hexwindow.h \
13 configwindow.h \ 13 configwindow.h \
14 wlan.h \
15 cardconfig.h \
16 manufacturers.h 14 manufacturers.h
17 15
18SOURCES = main.cpp \ 16SOURCES = main.cpp \
@@ -23,13 +21,11 @@ SOURCES = main.cpp \
23 logwindow.cpp \ 21 logwindow.cpp \
24 hexwindow.cpp \ 22 hexwindow.cpp \
25 configwindow.cpp \ 23 configwindow.cpp \
26 wlan.cpp \
27 cardconfig.cpp \
28 manufacturers.cpp 24 manufacturers.cpp
29 25
30INCLUDEPATH += $(OPIEDIR)/include ../ 26INCLUDEPATH += $(OPIEDIR)/include
31DEPENDPATH += $(OPIEDIR)/include ../ 27DEPENDPATH += $(OPIEDIR)/include
32LIBS += -L. -lwellenreiter -lcornucopia 28LIBS += -L. -lwellenreiter -lopiecore2 -lopieui2 -lopienet2
33INTERFACES = configbase.ui 29INTERFACES = configbase.ui
34TARGET = wellenreiter 30TARGET = wellenreiter
35 31