summaryrefslogtreecommitdiff
path: root/core/applets/screenshotapplet/screenshotapplet.pro
Unidiff
Diffstat (limited to 'core/applets/screenshotapplet/screenshotapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/screenshotapplet/screenshotapplet.pro13
1 files changed, 12 insertions, 1 deletions
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro
index e38074d..e3c5440 100644
--- a/core/applets/screenshotapplet/screenshotapplet.pro
+++ b/core/applets/screenshotapplet/screenshotapplet.pro
@@ -3,14 +3,25 @@ CONFIG += qt warn_on release
3HEADERS = screenshot.h screenshotappletimpl.h 3HEADERS = screenshot.h screenshotappletimpl.h
4SOURCES = screenshot.cpp screenshotappletimpl.cpp 4SOURCES = screenshot.cpp screenshotappletimpl.cpp
5TARGET = screenshotapplet 5TARGET = screenshotapplet
6DESTDIR = ../../plugins/applets 6DESTDIR = ../../plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
11MOC_DIR=opieobj 11MOC_DIR=opieobj
12OBJECTS_DIR=opieobj 12OBJECTS_DIR=opieobj
13 13
14TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts 14TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts
15TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts
16TRANSLATIONS += ../../i18n/pt/libscreenshotapplet.ts 15TRANSLATIONS += ../../i18n/pt/libscreenshotapplet.ts
16TRANSLATIONS += ../../i18n/de/libscreenshotapplet.ts
17TRANSLATIONS += ../../i18n/en/libscreenshotapplet.ts
18TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts
19TRANSLATIONS += ../../i18n/fr/libscreenshotapplet.ts
20TRANSLATIONS += ../../i18n/hu/libscreenshotapplet.ts
21TRANSLATIONS += ../../i18n/ja/libscreenshotapplet.ts
22TRANSLATIONS += ../../i18n/ko/libscreenshotapplet.ts
23TRANSLATIONS += ../../i18n/no/libscreenshotapplet.ts
24TRANSLATIONS += ../../i18n/pl/libscreenshotapplet.ts
25TRANSLATIONS += ../../i18n/sl/libscreenshotapplet.ts
26TRANSLATIONS += ../../i18n/zh_CN/libscreenshotapplet.ts
27TRANSLATIONS += ../../i18n/zh_TW/libscreenshotapplet.ts