summaryrefslogtreecommitdiff
path: root/core/applets/irdaapplet/irdaapplet.pro
blob: ea0e7522e6852027d9e1df5074ae4ef6ce35ed00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE  	= lib
CONFIG    	+= qt plugin warn_on 
HEADERS 	= irda.h
SOURCES 	= irda.cpp
TARGET    	= irdaapplet
DESTDIR   	= $(OPIEDIR)/plugins/applets
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH      += 
LIBS            += -lqpe
VERSION   = 1.0.0

include ( $(OPIEDIR)/include.pro )
target.path = $$prefix/plugins/applets