summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/wlan.pro
blob: 5a8bfea7a29d18975e8d85ad74e96df1caabed79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE        = lib
CONFIG          += qt warn_on release
#CONFIG		+= qt warn_on debug
DESTDIR         = $(OPIEDIR)/plugins/networksettings
HEADERS		= wlanimp.h infoimp.h wlanmodule.h wextensions.h
SOURCES		= wlanimp.cpp infoimp.cpp wlanmodule.cpp wextensions.cpp
INCLUDEPATH	+= $(OPIEDIR)/include ../ ../interfaces/
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -L../interfaces/ -linterfaces
INTERFACES	= wlan.ui info.ui
TARGET		= wlanplugin
VERSION		= 1.0.0



include ( ../../../../include.pro )