summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/netsystemtime.pro
blob: 56f54c4d293f32f221f1895d4b5bff2f0b5aaf2e (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
TEMPLATE	= app
CONFIG		= qt warn_on debug
#CONFIG		= qt warn_on release
HEADERS		= ntp.h settime.h
SOURCES		= main.cpp ntp.cpp settime.cpp
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopie
INTERFACES	= ntpbase.ui
DESTDIR         = $(OPIEDIR)/bin
TARGET		= netsystemtime


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