summaryrefslogtreecommitdiff
path: root/core/apps/helpbrowser/helpbrowser.pro
blob: 8891d97ba437cc35cb436f7adc0629d0bfd2bab0 (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
28
29
30
31
32
TEMPLATE	= app
CONFIG		= qt warn_on release
DESTDIR		= $(OPIEDIR)/bin
HEADERS		= helpbrowser.h
SOURCES		= helpbrowser.cpp \
		  main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe
INTERFACES	=

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



include ( $(OPIEDIR)/include.pro )