summaryrefslogtreecommitdiff
path: root/noncore/multimedia/showimg/showimg.pro
blob: 2b6241f89173d7a4190e4e8cccddb34b7afc9b2e (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
TEMPLATE        = app
CONFIG          += qt warn_on release
DESTDIR         = $(OPIEDIR)/bin
HEADERS		= showimg.h ImageFileSelector.h
SOURCES		= main.cpp \
		  showimg.cpp\
		  ImageFileSelector.cpp
TARGET          = showimg
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lqpe
REQUIRES        = showimg

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