summaryrefslogtreecommitdiff
path: root/core/applets/rotateapplet/rotateapplet.pro
blob: 40d31a073aa914c9cdbc1c8022f7677d76b94ad9 (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
29
TEMPLATE      = lib
CONFIG       += qt warn_on release
HEADERS       = rotate.h
SOURCES       = rotate.cpp
TARGET        = rotateapplet
DESTDIR       = $(OPIEDIR)/plugins/applets
INCLUDEPATH  += $(OPIEDIR)/include
DEPENDPATH   += $(OPIEDIR)/include
LIBS         += -lqpe
VERSION       = 1.0.0

TRANSLATIONS = ../../../i18n/de/librotateapplet.ts \
         ../../../i18n/da/librotateapplet.ts \
         ../../../i18n/xx/librotateapplet.ts \
         ../../../i18n/en/librotateapplet.ts \
         ../../../i18n/es/librotateapplet.ts \
         ../../../i18n/fr/librotateapplet.ts \
         ../../../i18n/hu/librotateapplet.ts \
         ../../../i18n/ja/librotateapplet.ts \
         ../../../i18n/ko/librotateapplet.ts \
         ../../../i18n/no/librotateapplet.ts \
         ../../../i18n/pl/librotateapplet.ts \
         ../../../i18n/pt/librotateapplet.ts \
         ../../../i18n/pt_BR/librotateapplet.ts \
         ../../../i18n/sl/librotateapplet.ts \
         ../../../i18n/zh_CN/librotateapplet.ts \
         ../../../i18n/zh_TW/librotateapplet.ts

include ( $(OPIEDIR)/include.pro )