summaryrefslogtreecommitdiff
path: root/core/applets/irdaapplet/irdaapplet.pro
blob: 47267f709aca16604b9458f14b40ad239f4dfc89 (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
27
28
TEMPLATE  = lib
CONFIG    += qt 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



TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/en/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/es/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/fr/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/hu/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/ja/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/ko/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/no/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/pl/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/pt/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/pt_BR/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/sl/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/zh_CN/libirdaapplet.ts
TRANSLATIONS += ../../../i18n/zh_TW/libirdaapplet.ts