summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/gui.pro
Unidiff
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