summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/wlan/wlan.pro
blob: 4cc47ee59e35aa7c784d09723fec8daf55064c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE        = lib
CONFIG          += qt warn_on release
DESTDIR         = $(OPIEDIR)/plugins/networksettings2
HEADERS		= wlan_NN.h \
                  wlan_NNI.h \
                  wlanedit.h
SOURCES		= wlan_NN.cpp \
                  wlan_NNI.cpp \
                  wlanedit.cpp \
                  wlanrun.cpp
INCLUDEPATH	+= $(OPIEDIR)/include ../ ../networksettings2
DEPENDPATH	+= $(OPIEDIR)/include ../ ../networksettings2
LIBS            += -lqpe
INTERFACES	= wlanGUI.ui
TARGET		= wlan
VERSION		= 1.0.0

include ( $(OPIEDIR)/include.pro )