summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/gui.pro
blob: 4ee360d2ad63d46e12f1e1130340f17c6be9ca07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
DESTDIR         = $(OPIEDIR)/bin
TEMPLATE        = app
CONFIG          = qt warn_on debug
#CONFIG         = qt warn_on release
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
INTERFACES      = configbase.ui
TARGET          = wellenreiter



include ( $(OPIEDIR)/include.pro )