summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/netsystemtime.pro
Unidiff
Diffstat (limited to 'noncore/settings/netsystemtime/netsystemtime.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/netsystemtime.pro20
1 files changed, 19 insertions, 1 deletions
diff --git a/noncore/settings/netsystemtime/netsystemtime.pro b/noncore/settings/netsystemtime/netsystemtime.pro
index b98e45d..7b8ebbc 100644
--- a/noncore/settings/netsystemtime/netsystemtime.pro
+++ b/noncore/settings/netsystemtime/netsystemtime.pro
@@ -1,10 +1,28 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on debug 2 CONFIG = qt warn_on debug
3 #CONFIG = qt warn_on release 3 #CONFIG = qt warn_on release
4 HEADERS = ntp.h 4 HEADERS = ntp.h
5 SOURCES = main.cpp ntp.cpp 5 SOURCES = main.cpp ntp.cpp
6 INCLUDEPATH+= $(OPIEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe -lopie 8LIBS += -lqpe -lopie
9 INTERFACES= ntpbase.ui 9 INTERFACES= ntpbase.ui
10 TARGET = ../../bin/netsystemtime 10DESTDIR = $(OPIEDIR)/bin
11 TARGET = netsystemtime
12
13
14TRANSLATIONS = ../../../i18n/de/../../bin/netsystemtime.ts
15TRANSLATIONS += ../../../i18n/en/../../bin/netsystemtime.ts
16TRANSLATIONS += ../../../i18n/es/../../bin/netsystemtime.ts
17TRANSLATIONS += ../../../i18n/fr/../../bin/netsystemtime.ts
18TRANSLATIONS += ../../../i18n/hu/../../bin/netsystemtime.ts
19TRANSLATIONS += ../../../i18n/ja/../../bin/netsystemtime.ts
20TRANSLATIONS += ../../../i18n/ko/../../bin/netsystemtime.ts
21TRANSLATIONS += ../../../i18n/no/../../bin/netsystemtime.ts
22TRANSLATIONS += ../../../i18n/pl/../../bin/netsystemtime.ts
23TRANSLATIONS += ../../../i18n/pt/../../bin/netsystemtime.ts
24TRANSLATIONS += ../../../i18n/pt_BR/../../bin/netsystemtime.ts
25TRANSLATIONS += ../../../i18n/sl/../../bin/netsystemtime.ts
26TRANSLATIONS += ../../../i18n/zh_CN/../../bin/netsystemtime.ts
27TRANSLATIONS += ../../../i18n/zh_TW/../../bin/netsystemtime.ts
28