summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/gui.pro
Side-by-side diff
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
@@ -2,8 +2,29 @@ DESTDIR = $(OPIEDIR)/bin
TEMPLATE = app
CONFIG = qt warn_on debug
#CONFIG = qt warn_on release
-HEADERS = wellenreiterbase.h wellenreiter.h scanlistitem.h scanlist.h logwindow.h hexwindow.h configwindow.h wlan.h cardconfig.h manufacturers.h
-SOURCES = main.cpp wellenreiterbase.cpp wellenreiter.cpp scanlistitem.cpp scanlist.cpp logwindow.cpp hexwindow.cpp configwindow.cpp wlan.cpp cardconfig.cpp manufacturers.h
+HEADERS = mainwindow.h \
+ wellenreiterbase.h \
+ wellenreiter.h \
+ scanlistitem.h \
+ scanlist.h \
+ logwindow.h \
+ hexwindow.h \
+ configwindow.h \
+ wlan.h \
+ cardconfig.h \
+ manufacturers.h
+SOURCES = main.cpp \
+ mainwindow.cpp \
+ wellenreiterbase.cpp \
+ wellenreiter.cpp \
+ scanlistitem.cpp \
+ scanlist.cpp \
+ logwindow.cpp \
+ hexwindow.cpp \
+ configwindow.cpp \
+ wlan.cpp \
+ cardconfig.cpp \
+ manufacturers.h
INCLUDEPATH += $(OPIEDIR)/include ../
DEPENDPATH += $(OPIEDIR)/include ../
LIBS += -lqpe -lopie -L. -lwellenreiter