summaryrefslogtreecommitdiff
path: root/noncore/multimedia/showimg/showimg.pro
Unidiff
Diffstat (limited to 'noncore/multimedia/showimg/showimg.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/showimg/showimg.pro37
1 files changed, 14 insertions, 23 deletions
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro
index 78ee67c..f877bcc 100644
--- a/noncore/multimedia/showimg/showimg.pro
+++ b/noncore/multimedia/showimg/showimg.pro
@@ -1,13 +1,8 @@
1TEMPLATE = app 1TEMPLATE = app
2
3CONFIG += qt warn_on release 2CONFIG += qt warn_on release
4DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
5
6 HEADERS = showimg.h 4 HEADERS = showimg.h
7
8 SOURCES = main.cpp \ 5 SOURCES = main.cpp \
9 showimg.cpp 6 showimg.cpp
10
11TARGET = showimg 7TARGET = showimg
12
13INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
@@ -15,21 +10,17 @@ DEPENDPATH += $(OPIEDIR)/include
15LIBS += -lqpe 10LIBS += -lqpe
16
17REQUIRES = showimg 11REQUIRES = showimg
18 12
19 13TRANSLATIONS = ../../../i18n/de/showimg.ts \
20 14 ../../../i18n/en/showimg.ts \
21TRANSLATIONS = ../../../i18n/de/showimg.ts 15 ../../../i18n/es/showimg.ts \
22TRANSLATIONS += ../../../i18n/en/showimg.ts 16 ../../../i18n/fr/showimg.ts \
23TRANSLATIONS += ../../../i18n/es/showimg.ts 17 ../../../i18n/hu/showimg.ts \
24TRANSLATIONS += ../../../i18n/fr/showimg.ts 18 ../../../i18n/ja/showimg.ts \
25TRANSLATIONS += ../../../i18n/hu/showimg.ts 19 ../../../i18n/ko/showimg.ts \
26TRANSLATIONS += ../../../i18n/ja/showimg.ts 20 ../../../i18n/no/showimg.ts \
27TRANSLATIONS += ../../../i18n/ko/showimg.ts 21 ../../../i18n/pl/showimg.ts \
28TRANSLATIONS += ../../../i18n/no/showimg.ts 22 ../../../i18n/pt/showimg.ts \
29TRANSLATIONS += ../../../i18n/pl/showimg.ts 23 ../../../i18n/pt_BR/showimg.ts \
30TRANSLATIONS += ../../../i18n/pt/showimg.ts 24 ../../../i18n/sl/showimg.ts \
31TRANSLATIONS += ../../../i18n/pt_BR/showimg.ts 25 ../../../i18n/zh_CN/showimg.ts \
32TRANSLATIONS += ../../../i18n/sl/showimg.ts 26 ../../../i18n/zh_TW/showimg.ts
33TRANSLATIONS += ../../../i18n/zh_CN/showimg.ts
34TRANSLATIONS += ../../../i18n/zh_TW/showimg.ts
35