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

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