summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/wlan.pro
blob: f193bcc5b89902a196a67157744ae420fda5f9ac (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 ( $(OPIEDIR)/include.pro )