summaryrefslogtreecommitdiff
path: root/noncore/multimedia/showimg/showimg.pro
blob: f69923e929ec6073472f369ea63a3c0dbeccc06f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE        = app

CONFIG          += qt warn_on release
DESTDIR         = $(OPIEDIR)/bin

HEADERS		= showimg.h

SOURCES		= main.cpp \
		  showimg.cpp

TARGET          = showimg

INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lqpe

REQUIRES        = showimg

TRANSLATIONS = ../i18n/de/showimg.ts
TRANSLATIONS += ../i18n/pt_BR/showimg.ts
TRANSLATIONS += ../i18n/fr/showimg.ts