summaryrefslogtreecommitdiff
path: root/noncore/multimedia/showimg/showimg.pro
authorsandman <sandman>2002-06-26 23:13:50 (UTC)
committer sandman <sandman>2002-06-26 23:13:50 (UTC)
commitb13d95b210c7d16229514afc66e32a1de09a075c (patch) (unidiff)
tree341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /noncore/multimedia/showimg/showimg.pro
parentde4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff)
downloadopie-b13d95b210c7d16229514afc66e32a1de09a075c.zip
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
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,35 +1,26 @@
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
14DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(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