summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/remote.pro
blob: 033332dbc00cc8c7797d8fbc1c76fe5d4cfe9576 (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
TEMPLATE	=app
CONFIG		+=qt warn_on release
DESTDIR		=$(OPIEDIR)/bin
HEADERS		= remotetab.h learntab.h configtab.h topgroup.h dvdgroup.h channelgroup.h vcrgroup.h buttondialog.h topgroupconf.h dvdgroupconf.h channelgroupconf.h vcrgroupconf.h mainview.h
SOURCES		=remote.cpp remotetab.cpp learntab.cpp configtab.cpp topgroup.cpp dvdgroup.cpp channelgroup.cpp vcrgroup.cpp buttondialog.cpp topgroupconf.cpp dvdgroupconf.cpp channelgroupconf.cpp vcrgroupconf.cpp mainview.cpp
INCLUDEPATH	+=$(OPIEDIR)/include
DEPENDPATH	+=$(OPIEDIR)/include
LIBS		+=-lqpe
TARGET          = remote


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