summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/wlan.pro
blob: 9ddc1546e97fd4c5db99b171eaf6d6a2432ef343 (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
TEMPLATE        = lib
CONFIG          += qt warn_on release
#CONFIG		+= qt warn_on debug
DESTDIR         = $(OPIEDIR)/plugins/networksettings
HEADERS		= infoimp.h wlanmodule.h wextensions.h
SOURCES		= 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

#CONFIG += wirelessopts

wirelessopts {
	HEADERS	+= wlanimp.h
	SOURCES	+= wlanimp.cpp
}

! wirelessopts {
	HEADERS	+= wlanimp2.h
	SOURCES += wlanimp2.cpp
}

include ( $(OPIEDIR)/include.pro )