summaryrefslogtreecommitdiff
path: root/noncore/tools
Unidiff
Diffstat (limited to 'noncore/tools') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/calc2/calc.pro1
-rw-r--r--noncore/tools/calculator/calculator.pro1
-rw-r--r--noncore/tools/clock/clock.pro1
3 files changed, 3 insertions, 0 deletions
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 7421b23..6c0110d 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -4,17 +4,18 @@ CONFIG += qt release
4# Input 4# Input
5HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h 5HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h
6SOURCES += calc.cpp main.cpp engine.cpp 6SOURCES += calc.cpp main.cpp engine.cpp
7 7
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -Wl,-export-dynamic 10LIBS += -lqpe -Wl,-export-dynamic
11 11
12TRANSLATIONS = ../i18n/pt_BR/calc.ts 12TRANSLATIONS = ../i18n/pt_BR/calc.ts
13TRANSLATIONS += ../i18n/de/calc.ts 13TRANSLATIONS += ../i18n/de/calc.ts
14TRANSLATIONS += ../i18n/en/calc.ts 14TRANSLATIONS += ../i18n/en/calc.ts
15TRANSLATIONS += ../i18n/hu/calc.ts 15TRANSLATIONS += ../i18n/hu/calc.ts
16TRANSLATIONS += ../i18n/fr/calc.ts
16TRANSLATIONS += ../i18n/ja/calc.ts 17TRANSLATIONS += ../i18n/ja/calc.ts
17TRANSLATIONS += ../i18n/ko/calc.ts 18TRANSLATIONS += ../i18n/ko/calc.ts
18TRANSLATIONS += ../i18n/no/calc.ts 19TRANSLATIONS += ../i18n/no/calc.ts
19TRANSLATIONS += ../i18n/zh_CN/calc.ts 20TRANSLATIONS += ../i18n/zh_CN/calc.ts
20TRANSLATIONS += ../i18n/zh_TW/calc.ts 21TRANSLATIONS += ../i18n/zh_TW/calc.ts
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index 12f0f4b..04761b7 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -6,16 +6,17 @@ SOURCES = calculatorimpl.cpp \
6 main.cpp 6 main.cpp
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 INTERFACES= calculator.ui 10 INTERFACES= calculator.ui
11 TARGET = calculator 11 TARGET = calculator
12 12
13TRANSLATIONS = ../i18n/pt_BR/calculator.ts 13TRANSLATIONS = ../i18n/pt_BR/calculator.ts
14TRANSLATIONS += ../i18n/de/calculator.ts 14TRANSLATIONS += ../i18n/de/calculator.ts
15TRANSLATIONS += ../i18n/en/calculator.ts 15TRANSLATIONS += ../i18n/en/calculator.ts
16TRANSLATIONS += ../i18n/hu/calculator.ts 16TRANSLATIONS += ../i18n/hu/calculator.ts
17TRANSLATIONS += ../i18n/ja/calculator.ts 17TRANSLATIONS += ../i18n/ja/calculator.ts
18TRANSLATIONS += ../i18n/fr/calculator.ts
18TRANSLATIONS += ../i18n/ko/calculator.ts 19TRANSLATIONS += ../i18n/ko/calculator.ts
19TRANSLATIONS += ../i18n/no/calculator.ts 20TRANSLATIONS += ../i18n/no/calculator.ts
20TRANSLATIONS += ../i18n/zh_CN/calculator.ts 21TRANSLATIONS += ../i18n/zh_CN/calculator.ts
21TRANSLATIONS += ../i18n/zh_TW/calculator.ts 22TRANSLATIONS += ../i18n/zh_TW/calculator.ts
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index fe8c73e..746882e 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -7,15 +7,16 @@ SOURCES = clock.cpp setAlarm.cpp \
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10INTERFACES = 10INTERFACES =
11TARGET = clock 11TARGET = clock
12 12
13TRANSLATIONS = ../i18n/de/clock.ts 13TRANSLATIONS = ../i18n/de/clock.ts
14TRANSLATIONS += ../i18n/pt_BR/clock.ts 14TRANSLATIONS += ../i18n/pt_BR/clock.ts
15TRANSLATIONS += ../i18n/en/clock.ts 15TRANSLATIONS += ../i18n/en/clock.ts
16TRANSLATIONS += ../i18n/hu/clock.ts 16TRANSLATIONS += ../i18n/hu/clock.ts
17TRANSLATIONS += ../i18n/ja/clock.ts 17TRANSLATIONS += ../i18n/ja/clock.ts
18TRANSLATIONS += ../i18n/ko/clock.ts 18TRANSLATIONS += ../i18n/ko/clock.ts
19TRANSLATIONS += ../i18n/fr/clock.ts
19TRANSLATIONS += ../i18n/no/clock.ts 20TRANSLATIONS += ../i18n/no/clock.ts
20TRANSLATIONS += ../i18n/zh_CN/clock.ts 21TRANSLATIONS += ../i18n/zh_CN/clock.ts
21TRANSLATIONS += ../i18n/zh_TW/clock.ts 22TRANSLATIONS += ../i18n/zh_TW/clock.ts