summaryrefslogtreecommitdiff
path: root/noncore/tools
Unidiff
Diffstat (limited to 'noncore/tools') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/binary.pro33
-rw-r--r--noncore/tools/calc2/calc.pro33
-rw-r--r--noncore/tools/calc2/simple/simple.pro33
-rw-r--r--noncore/tools/calculator/calculator.pro31
-rw-r--r--noncore/tools/clock/clock.pro31
-rw-r--r--noncore/tools/formatter/formatter.pro30
-rw-r--r--noncore/tools/opie-sh/opie-sh.pro30
-rw-r--r--noncore/tools/remote/remote.pro30
8 files changed, 112 insertions, 139 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro
index 1db454e..cf83612 100644
--- a/noncore/tools/calc2/binary/binary.pro
+++ b/noncore/tools/calc2/binary/binary.pro
@@ -1,33 +1,28 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG -= moc 2CONFIG -= moc
3CONFIG += qt release 3CONFIG += qt release
4
5# Input 4# Input
6INTERFACES += binary.ui 5INTERFACES += binary.ui
7HEADERS = binaryimpl.h \ 6HEADERS = binaryimpl.h \
8 binaryfactory.h 7 binaryfactory.h
9SOURCES = binaryimpl.cpp \ 8SOURCES = binaryimpl.cpp \
10 binaryfactory.cpp 9 binaryfactory.cpp
11
12INCLUDEPATH += $(OPIEDIR)/include \ 10INCLUDEPATH += $(OPIEDIR)/include \
13 $(OPIEDIR)/calc2 11 $(OPIEDIR)/calc2
14DEPENDPATH += $(OPIEDIR)/include 12DEPENDPATH += $(OPIEDIR)/include
15
16DESTDIR = $(OPIEDIR)/plugins/calculator 13DESTDIR = $(OPIEDIR)/plugins/calculator
17 14
18 15TRANSLATIONS = ../../../../i18n/de/lib.ts \
19TRANSLATIONS = ../../../../i18n/de/lib.ts 16 ../../../../i18n/en/lib.ts \
20TRANSLATIONS += ../../../../i18n/en/lib.ts 17 ../../../../i18n/es/lib.ts \
21TRANSLATIONS += ../../../../i18n/es/lib.ts 18 ../../../../i18n/fr/lib.ts \
22TRANSLATIONS += ../../../../i18n/fr/lib.ts 19 ../../../../i18n/hu/lib.ts \
23TRANSLATIONS += ../../../../i18n/hu/lib.ts 20 ../../../../i18n/ja/lib.ts \
24TRANSLATIONS += ../../../../i18n/ja/lib.ts 21 ../../../../i18n/ko/lib.ts \
25TRANSLATIONS += ../../../../i18n/ko/lib.ts 22 ../../../../i18n/no/lib.ts \
26TRANSLATIONS += ../../../../i18n/no/lib.ts 23 ../../../../i18n/pl/lib.ts \
27TRANSLATIONS += ../../../../i18n/pl/lib.ts 24 ../../../../i18n/pt/lib.ts \
28TRANSLATIONS += ../../../../i18n/pt/lib.ts 25 ../../../../i18n/pt_BR/lib.ts \
29TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts 26 ../../../../i18n/sl/lib.ts \
30TRANSLATIONS += ../../../../i18n/sl/lib.ts 27 ../../../../i18n/zh_CN/lib.ts \
31TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts 28 ../../../../i18n/zh_TW/lib.ts
32TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts
33
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 5167f4a..5b58b36 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -1,28 +1,23 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt release 2CONFIG += qt release
3
4# Input 3# Input
5HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h 4HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h
6SOURCES += calc.cpp main.cpp engine.cpp 5SOURCES += calc.cpp main.cpp engine.cpp
7
8INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -Wl,-export-dynamic 8LIBS += -lqpe -Wl,-export-dynamic
11 9
12 10TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts \
13 11 ../../../i18n/en/calc.pro.in.ts \
14TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts 12 ../../../i18n/es/calc.pro.in.ts \
15TRANSLATIONS += ../../../i18n/en/calc.pro.in.ts 13 ../../../i18n/fr/calc.pro.in.ts \
16TRANSLATIONS += ../../../i18n/es/calc.pro.in.ts 14 ../../../i18n/hu/calc.pro.in.ts \
17TRANSLATIONS += ../../../i18n/fr/calc.pro.in.ts 15 ../../../i18n/ja/calc.pro.in.ts \
18TRANSLATIONS += ../../../i18n/hu/calc.pro.in.ts 16 ../../../i18n/ko/calc.pro.in.ts \
19TRANSLATIONS += ../../../i18n/ja/calc.pro.in.ts 17 ../../../i18n/no/calc.pro.in.ts \
20TRANSLATIONS += ../../../i18n/ko/calc.pro.in.ts 18 ../../../i18n/pl/calc.pro.in.ts \
21TRANSLATIONS += ../../../i18n/no/calc.pro.in.ts 19 ../../../i18n/pt/calc.pro.in.ts \
22TRANSLATIONS += ../../../i18n/pl/calc.pro.in.ts 20 ../../../i18n/pt_BR/calc.pro.in.ts \
23TRANSLATIONS += ../../../i18n/pt/calc.pro.in.ts 21 ../../../i18n/sl/calc.pro.in.ts \
24TRANSLATIONS += ../../../i18n/pt_BR/calc.pro.in.ts 22 ../../../i18n/zh_CN/calc.pro.in.ts \
25TRANSLATIONS += ../../../i18n/sl/calc.pro.in.ts 23 ../../../i18n/zh_TW/calc.pro.in.ts
26TRANSLATIONS += ../../../i18n/zh_CN/calc.pro.in.ts
27TRANSLATIONS += ../../../i18n/zh_TW/calc.pro.in.ts
28
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro
index b0c8546..148d307 100644
--- a/noncore/tools/calc2/simple/simple.pro
+++ b/noncore/tools/calc2/simple/simple.pro
@@ -1,31 +1,26 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG -= moc 2CONFIG -= moc
3CONFIG += qt release 3CONFIG += qt release
4
5# Input 4# Input
6INTERFACES += simple.ui 5INTERFACES += simple.ui
7HEADERS = simpleimpl.h simplefactory.h stdinstructions.h 6HEADERS = simpleimpl.h simplefactory.h stdinstructions.h
8SOURCES = simpleimpl.cpp simplefactory.cpp 7SOURCES = simpleimpl.cpp simplefactory.cpp
9
10INCLUDEPATH += $(OPIEDIR)/include \ 8INCLUDEPATH += $(OPIEDIR)/include \
11 $(OPIEDIR)/calc2 9 $(OPIEDIR)/calc2
12DEPENDPATH += $(OPIEDIR)/include 10DEPENDPATH += $(OPIEDIR)/include
13
14DESTDIR = $(OPIEDIR)/plugins/calculator 11DESTDIR = $(OPIEDIR)/plugins/calculator
15 12
16 13TRANSLATIONS = ../../../../i18n/de/lib.ts \
17TRANSLATIONS = ../../../../i18n/de/lib.ts 14 ../../../../i18n/en/lib.ts \
18TRANSLATIONS += ../../../../i18n/en/lib.ts 15 ../../../../i18n/es/lib.ts \
19TRANSLATIONS += ../../../../i18n/es/lib.ts 16 ../../../../i18n/fr/lib.ts \
20TRANSLATIONS += ../../../../i18n/fr/lib.ts 17 ../../../../i18n/hu/lib.ts \
21TRANSLATIONS += ../../../../i18n/hu/lib.ts 18 ../../../../i18n/ja/lib.ts \
22TRANSLATIONS += ../../../../i18n/ja/lib.ts 19 ../../../../i18n/ko/lib.ts \
23TRANSLATIONS += ../../../../i18n/ko/lib.ts 20 ../../../../i18n/no/lib.ts \
24TRANSLATIONS += ../../../../i18n/no/lib.ts 21 ../../../../i18n/pl/lib.ts \
25TRANSLATIONS += ../../../../i18n/pl/lib.ts 22 ../../../../i18n/pt/lib.ts \
26TRANSLATIONS += ../../../../i18n/pt/lib.ts 23 ../../../../i18n/pt_BR/lib.ts \
27TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts 24 ../../../../i18n/sl/lib.ts \
28TRANSLATIONS += ../../../../i18n/sl/lib.ts 25 ../../../../i18n/zh_CN/lib.ts \
29TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts 26 ../../../../i18n/zh_TW/lib.ts
30TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts
31
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index 1058d98..8ede646 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -10,20 +10,17 @@ LIBS += -lqpe
10 INTERFACES= calculator.ui 10 INTERFACES= calculator.ui
11 TARGET = calculator 11 TARGET = calculator
12 12
13 13TRANSLATIONS = ../../../i18n/de/calculator.ts \
14 14 ../../../i18n/en/calculator.ts \
15TRANSLATIONS = ../../../i18n/de/calculator.ts 15 ../../../i18n/es/calculator.ts \
16TRANSLATIONS += ../../../i18n/en/calculator.ts 16 ../../../i18n/fr/calculator.ts \
17TRANSLATIONS += ../../../i18n/es/calculator.ts 17 ../../../i18n/hu/calculator.ts \
18TRANSLATIONS += ../../../i18n/fr/calculator.ts 18 ../../../i18n/ja/calculator.ts \
19TRANSLATIONS += ../../../i18n/hu/calculator.ts 19 ../../../i18n/ko/calculator.ts \
20TRANSLATIONS += ../../../i18n/ja/calculator.ts 20 ../../../i18n/no/calculator.ts \
21TRANSLATIONS += ../../../i18n/ko/calculator.ts 21 ../../../i18n/pl/calculator.ts \
22TRANSLATIONS += ../../../i18n/no/calculator.ts 22 ../../../i18n/pt/calculator.ts \
23TRANSLATIONS += ../../../i18n/pl/calculator.ts 23 ../../../i18n/pt_BR/calculator.ts \
24TRANSLATIONS += ../../../i18n/pt/calculator.ts 24 ../../../i18n/sl/calculator.ts \
25TRANSLATIONS += ../../../i18n/pt_BR/calculator.ts 25 ../../../i18n/zh_CN/calculator.ts \
26TRANSLATIONS += ../../../i18n/sl/calculator.ts 26 ../../../i18n/zh_TW/calculator.ts
27TRANSLATIONS += ../../../i18n/zh_CN/calculator.ts
28TRANSLATIONS += ../../../i18n/zh_TW/calculator.ts
29
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index 58d4e74..a61f514 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -10,20 +10,17 @@ LIBS += -lqpe -lopie
10INTERFACES = 10INTERFACES =
11TARGET = clock 11TARGET = clock
12 12
13 13TRANSLATIONS = ../../../i18n/de/clock.ts \
14 14 ../../../i18n/en/clock.ts \
15TRANSLATIONS = ../../../i18n/de/clock.ts 15 ../../../i18n/es/clock.ts \
16TRANSLATIONS += ../../../i18n/en/clock.ts 16 ../../../i18n/fr/clock.ts \
17TRANSLATIONS += ../../../i18n/es/clock.ts 17 ../../../i18n/hu/clock.ts \
18TRANSLATIONS += ../../../i18n/fr/clock.ts 18 ../../../i18n/ja/clock.ts \
19TRANSLATIONS += ../../../i18n/hu/clock.ts 19 ../../../i18n/ko/clock.ts \
20TRANSLATIONS += ../../../i18n/ja/clock.ts 20 ../../../i18n/no/clock.ts \
21TRANSLATIONS += ../../../i18n/ko/clock.ts 21 ../../../i18n/pl/clock.ts \
22TRANSLATIONS += ../../../i18n/no/clock.ts 22 ../../../i18n/pt/clock.ts \
23TRANSLATIONS += ../../../i18n/pl/clock.ts 23 ../../../i18n/pt_BR/clock.ts \
24TRANSLATIONS += ../../../i18n/pt/clock.ts 24 ../../../i18n/sl/clock.ts \
25TRANSLATIONS += ../../../i18n/pt_BR/clock.ts 25 ../../../i18n/zh_CN/clock.ts \
26TRANSLATIONS += ../../../i18n/sl/clock.ts 26 ../../../i18n/zh_TW/clock.ts
27TRANSLATIONS += ../../../i18n/zh_CN/clock.ts
28TRANSLATIONS += ../../../i18n/zh_TW/clock.ts
29
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro
index feb9bf7..c4f8298 100644
--- a/noncore/tools/formatter/formatter.pro
+++ b/noncore/tools/formatter/formatter.pro
@@ -9,19 +9,17 @@ INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11 11
12 12TRANSLATIONS = ../../../i18n/de/formatter.ts \
13TRANSLATIONS = ../../../i18n/de/formatter.ts 13 ../../../i18n/en/formatter.ts \
14TRANSLATIONS += ../../../i18n/en/formatter.ts 14 ../../../i18n/es/formatter.ts \
15TRANSLATIONS += ../../../i18n/es/formatter.ts 15 ../../../i18n/fr/formatter.ts \
16TRANSLATIONS += ../../../i18n/fr/formatter.ts 16 ../../../i18n/hu/formatter.ts \
17TRANSLATIONS += ../../../i18n/hu/formatter.ts 17 ../../../i18n/ja/formatter.ts \
18TRANSLATIONS += ../../../i18n/ja/formatter.ts 18 ../../../i18n/ko/formatter.ts \
19TRANSLATIONS += ../../../i18n/ko/formatter.ts 19 ../../../i18n/no/formatter.ts \
20TRANSLATIONS += ../../../i18n/no/formatter.ts 20 ../../../i18n/pl/formatter.ts \
21TRANSLATIONS += ../../../i18n/pl/formatter.ts 21 ../../../i18n/pt/formatter.ts \
22TRANSLATIONS += ../../../i18n/pt/formatter.ts 22 ../../../i18n/pt_BR/formatter.ts \
23TRANSLATIONS += ../../../i18n/pt_BR/formatter.ts 23 ../../../i18n/sl/formatter.ts \
24TRANSLATIONS += ../../../i18n/sl/formatter.ts 24 ../../../i18n/zh_CN/formatter.ts \
25TRANSLATIONS += ../../../i18n/zh_CN/formatter.ts 25 ../../../i18n/zh_TW/formatter.ts
26TRANSLATIONS += ../../../i18n/zh_TW/formatter.ts
27
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro
index e96aedc..0866f48 100644
--- a/noncore/tools/opie-sh/opie-sh.pro
+++ b/noncore/tools/opie-sh/opie-sh.pro
@@ -8,19 +8,17 @@ DEPENDPATH +=$(OPIEDIR)/include
8 LIBS +=-lqpe 8 LIBS +=-lqpe
9TARGET = opie-sh 9TARGET = opie-sh
10 10
11 11TRANSLATIONS = ../../../i18n/de/opie-sh.ts \
12TRANSLATIONS = ../../../i18n/de/opie-sh.ts 12 ../../../i18n/en/opie-sh.ts \
13TRANSLATIONS += ../../../i18n/en/opie-sh.ts 13 ../../../i18n/es/opie-sh.ts \
14TRANSLATIONS += ../../../i18n/es/opie-sh.ts 14 ../../../i18n/fr/opie-sh.ts \
15TRANSLATIONS += ../../../i18n/fr/opie-sh.ts 15 ../../../i18n/hu/opie-sh.ts \
16TRANSLATIONS += ../../../i18n/hu/opie-sh.ts 16 ../../../i18n/ja/opie-sh.ts \
17TRANSLATIONS += ../../../i18n/ja/opie-sh.ts 17 ../../../i18n/ko/opie-sh.ts \
18TRANSLATIONS += ../../../i18n/ko/opie-sh.ts 18 ../../../i18n/no/opie-sh.ts \
19TRANSLATIONS += ../../../i18n/no/opie-sh.ts 19 ../../../i18n/pl/opie-sh.ts \
20TRANSLATIONS += ../../../i18n/pl/opie-sh.ts 20 ../../../i18n/pt/opie-sh.ts \
21TRANSLATIONS += ../../../i18n/pt/opie-sh.ts 21 ../../../i18n/pt_BR/opie-sh.ts \
22TRANSLATIONS += ../../../i18n/pt_BR/opie-sh.ts 22 ../../../i18n/sl/opie-sh.ts \
23TRANSLATIONS += ../../../i18n/sl/opie-sh.ts 23 ../../../i18n/zh_CN/opie-sh.ts \
24TRANSLATIONS += ../../../i18n/zh_CN/opie-sh.ts 24 ../../../i18n/zh_TW/opie-sh.ts
25TRANSLATIONS += ../../../i18n/zh_TW/opie-sh.ts
26
diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro
index 033332d..9cd33d2 100644
--- a/noncore/tools/remote/remote.pro
+++ b/noncore/tools/remote/remote.pro
@@ -8,19 +8,17 @@ DEPENDPATH +=$(OPIEDIR)/include
8 LIBS +=-lqpe 8 LIBS +=-lqpe
9TARGET = remote 9TARGET = remote
10 10
11 11TRANSLATIONS = ../../../i18n/de/remote.ts \
12TRANSLATIONS = ../../../i18n/de/remote.ts 12 ../../../i18n/en/remote.ts \
13TRANSLATIONS += ../../../i18n/en/remote.ts 13 ../../../i18n/es/remote.ts \
14TRANSLATIONS += ../../../i18n/es/remote.ts 14 ../../../i18n/fr/remote.ts \
15TRANSLATIONS += ../../../i18n/fr/remote.ts 15 ../../../i18n/hu/remote.ts \
16TRANSLATIONS += ../../../i18n/hu/remote.ts 16 ../../../i18n/ja/remote.ts \
17TRANSLATIONS += ../../../i18n/ja/remote.ts 17 ../../../i18n/ko/remote.ts \
18TRANSLATIONS += ../../../i18n/ko/remote.ts 18 ../../../i18n/no/remote.ts \
19TRANSLATIONS += ../../../i18n/no/remote.ts 19 ../../../i18n/pl/remote.ts \
20TRANSLATIONS += ../../../i18n/pl/remote.ts 20 ../../../i18n/pt/remote.ts \
21TRANSLATIONS += ../../../i18n/pt/remote.ts 21 ../../../i18n/pt_BR/remote.ts \
22TRANSLATIONS += ../../../i18n/pt_BR/remote.ts 22 ../../../i18n/sl/remote.ts \
23TRANSLATIONS += ../../../i18n/sl/remote.ts 23 ../../../i18n/zh_CN/remote.ts \
24TRANSLATIONS += ../../../i18n/zh_CN/remote.ts 24 ../../../i18n/zh_TW/remote.ts
25TRANSLATIONS += ../../../i18n/zh_TW/remote.ts
26