summaryrefslogtreecommitdiff
path: root/noncore/tools
Unidiff
Diffstat (limited to 'noncore/tools') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/binary.pro2
-rw-r--r--noncore/tools/calc2/calc.pro2
-rw-r--r--noncore/tools/calc2/simple/simple.pro2
-rw-r--r--noncore/tools/calculator/calculator.pro2
-rw-r--r--noncore/tools/clock/clock.pro2
-rw-r--r--noncore/tools/formatter/formatter.pro2
-rw-r--r--noncore/tools/opie-sh/opie-sh.pro2
-rw-r--r--noncore/tools/remote/remote.pro2
8 files changed, 8 insertions, 8 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro
index 92dd2f6..73f0be8 100644
--- a/noncore/tools/calc2/binary/binary.pro
+++ b/noncore/tools/calc2/binary/binary.pro
@@ -21,13 +21,13 @@
21 # ../../../../i18n/ja/libbinary.ts \ 21 # ../../../../i18n/ja/libbinary.ts \
22 # ../../../../i18n/ko/libbinary.ts \ 22 # ../../../../i18n/ko/libbinary.ts \
23 # ../../../../i18n/no/libbinary.ts \ 23 # ../../../../i18n/no/libbinary.ts \
24 # ../../../../i18n/pl/libbinary.ts \ 24 # ../../../../i18n/pl/libbinary.ts \
25 # ../../../../i18n/pt/libbinary.ts \ 25 # ../../../../i18n/pt/libbinary.ts \
26 # ../../../../i18n/pt_BR/libbinary.ts \ 26 # ../../../../i18n/pt_BR/libbinary.ts \
27 # ../../../../i18n/sl/libbinary.ts \ 27 # ../../../../i18n/sl/libbinary.ts \
28 # ../../../../i18n/zh_CN/libbinary.ts \ 28 # ../../../../i18n/zh_CN/libbinary.ts \
29 # ../../../../i18n/zh_TW/libbinary.ts 29 # ../../../../i18n/zh_TW/libbinary.ts
30 30
31 31
32 32
33include ( ../../../../include.pro ) 33include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 31b277f..8dfba95 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -17,13 +17,13 @@
17 # ../../../i18n/ja/calc.pro \ 17 # ../../../i18n/ja/calc.pro \
18 # ../../../i18n/ko/calc.pro \ 18 # ../../../i18n/ko/calc.pro \
19 # ../../../i18n/no/calc.pro \ 19 # ../../../i18n/no/calc.pro \
20 # ../../../i18n/pl/calc.pro \ 20 # ../../../i18n/pl/calc.pro \
21 # ../../../i18n/pt/calc.pro \ 21 # ../../../i18n/pt/calc.pro \
22 # ../../../i18n/pt_BR/calc.pro \ 22 # ../../../i18n/pt_BR/calc.pro \
23 # ../../../i18n/sl/calc.pro \ 23 # ../../../i18n/sl/calc.pro \
24 # ../../../i18n/zh_CN/calc.pro \ 24 # ../../../i18n/zh_CN/calc.pro \
25 # ../../../i18n/zh_TW/calc.pro 25 # ../../../i18n/zh_TW/calc.pro
26 26
27 27
28 28
29include ( ../../../include.pro ) 29include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro
index 772db73..990aa9e 100644
--- a/noncore/tools/calc2/simple/simple.pro
+++ b/noncore/tools/calc2/simple/simple.pro
@@ -18,13 +18,13 @@
18 # ../../../../i18n/ja/lib.ts \ 18 # ../../../../i18n/ja/lib.ts \
19 # ../../../../i18n/ko/lib.ts \ 19 # ../../../../i18n/ko/lib.ts \
20 # ../../../../i18n/no/lib.ts \ 20 # ../../../../i18n/no/lib.ts \
21 # ../../../../i18n/pl/lib.ts \ 21 # ../../../../i18n/pl/lib.ts \
22 # ../../../../i18n/pt/lib.ts \ 22 # ../../../../i18n/pt/lib.ts \
23 # ../../../../i18n/pt_BR/lib.ts \ 23 # ../../../../i18n/pt_BR/lib.ts \
24 # ../../../../i18n/sl/lib.ts \ 24 # ../../../../i18n/sl/lib.ts \
25 # ../../../../i18n/zh_CN/lib.ts \ 25 # ../../../../i18n/zh_CN/lib.ts \
26 # ../../../../i18n/zh_TW/lib.ts 26 # ../../../../i18n/zh_TW/lib.ts
27 27
28 28
29 29
30include ( ../../../../include.pro ) 30include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index 280d202..3c052e7 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -20,13 +20,13 @@ TRANSLATIONS = ../../../i18n/de/calculator.ts \
20 ../../../i18n/ko/calculator.ts \ 20 ../../../i18n/ko/calculator.ts \
21 ../../../i18n/no/calculator.ts \ 21 ../../../i18n/no/calculator.ts \
22 ../../../i18n/pl/calculator.ts \ 22 ../../../i18n/pl/calculator.ts \
23 ../../../i18n/pt/calculator.ts \ 23 ../../../i18n/pt/calculator.ts \
24 ../../../i18n/pt_BR/calculator.ts \ 24 ../../../i18n/pt_BR/calculator.ts \
25 ../../../i18n/sl/calculator.ts \ 25 ../../../i18n/sl/calculator.ts \
26 ../../../i18n/zh_CN/calculator.ts \ 26 ../../../i18n/zh_CN/calculator.ts \
27 ../../../i18n/zh_TW/calculator.ts \ 27 ../../../i18n/zh_TW/calculator.ts \
28 ../../../i18n/da/calculator.ts 28 ../../../i18n/da/calculator.ts
29 29
30 30
31 31
32include ( ../../../include.pro ) 32include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index c4ffdb9..29dd52b 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -20,13 +20,13 @@ TRANSLATIONS = ../../../i18n/de/clock.ts \
20 ../../../i18n/ko/clock.ts \ 20 ../../../i18n/ko/clock.ts \
21 ../../../i18n/no/clock.ts \ 21 ../../../i18n/no/clock.ts \
22 ../../../i18n/pl/clock.ts \ 22 ../../../i18n/pl/clock.ts \
23 ../../../i18n/pt/clock.ts \ 23 ../../../i18n/pt/clock.ts \
24 ../../../i18n/pt_BR/clock.ts \ 24 ../../../i18n/pt_BR/clock.ts \
25 ../../../i18n/sl/clock.ts \ 25 ../../../i18n/sl/clock.ts \
26 ../../../i18n/zh_CN/clock.ts \ 26 ../../../i18n/zh_CN/clock.ts \
27 ../../../i18n/zh_TW/clock.ts \ 27 ../../../i18n/zh_TW/clock.ts \
28 ../../../i18n/da/clock.ts 28 ../../../i18n/da/clock.ts
29 29
30 30
31 31
32include ( ../../../include.pro ) 32include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro
index 48520da..b2e976b 100644
--- a/noncore/tools/formatter/formatter.pro
+++ b/noncore/tools/formatter/formatter.pro
@@ -18,13 +18,13 @@ TRANSLATIONS = ../../../i18n/de/formatter.ts \
18 ../../../i18n/ja/formatter.ts \ 18 ../../../i18n/ja/formatter.ts \
19 ../../../i18n/ko/formatter.ts \ 19 ../../../i18n/ko/formatter.ts \
20 ../../../i18n/no/formatter.ts \ 20 ../../../i18n/no/formatter.ts \
21 ../../../i18n/pl/formatter.ts \ 21 ../../../i18n/pl/formatter.ts \
22 ../../../i18n/pt/formatter.ts \ 22 ../../../i18n/pt/formatter.ts \
23 ../../../i18n/pt_BR/formatter.ts \ 23 ../../../i18n/pt_BR/formatter.ts \
24 ../../../i18n/sl/formatter.ts \ 24 ../../../i18n/sl/formatter.ts \
25 ../../../i18n/zh_CN/formatter.ts \ 25 ../../../i18n/zh_CN/formatter.ts \
26 ../../../i18n/zh_TW/formatter.ts 26 ../../../i18n/zh_TW/formatter.ts
27 27
28 28
29 29
30include ( ../../../include.pro ) 30include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro
index 373df7d..a419362 100644
--- a/noncore/tools/opie-sh/opie-sh.pro
+++ b/noncore/tools/opie-sh/opie-sh.pro
@@ -18,13 +18,13 @@ TRANSLATIONS = ../../../i18n/de/opie-sh.ts \
18 ../../../i18n/ja/opie-sh.ts \ 18 ../../../i18n/ja/opie-sh.ts \
19 ../../../i18n/ko/opie-sh.ts \ 19 ../../../i18n/ko/opie-sh.ts \
20 ../../../i18n/no/opie-sh.ts \ 20 ../../../i18n/no/opie-sh.ts \
21 ../../../i18n/pl/opie-sh.ts \ 21 ../../../i18n/pl/opie-sh.ts \
22 ../../../i18n/pt/opie-sh.ts \ 22 ../../../i18n/pt/opie-sh.ts \
23 ../../../i18n/pt_BR/opie-sh.ts \ 23 ../../../i18n/pt_BR/opie-sh.ts \
24 ../../../i18n/sl/opie-sh.ts \ 24 ../../../i18n/sl/opie-sh.ts \
25 ../../../i18n/zh_CN/opie-sh.ts \ 25 ../../../i18n/zh_CN/opie-sh.ts \
26 ../../../i18n/zh_TW/opie-sh.ts 26 ../../../i18n/zh_TW/opie-sh.ts
27 27
28 28
29 29
30include ( ../../../include.pro ) 30include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro
index 50fcdbb..bd681be 100644
--- a/noncore/tools/remote/remote.pro
+++ b/noncore/tools/remote/remote.pro
@@ -18,13 +18,13 @@ TRANSLATIONS = ../../../i18n/de/remote.ts \
18 ../../../i18n/ja/remote.ts \ 18 ../../../i18n/ja/remote.ts \
19 ../../../i18n/ko/remote.ts \ 19 ../../../i18n/ko/remote.ts \
20 ../../../i18n/no/remote.ts \ 20 ../../../i18n/no/remote.ts \
21 ../../../i18n/pl/remote.ts \ 21 ../../../i18n/pl/remote.ts \
22 ../../../i18n/pt/remote.ts \ 22 ../../../i18n/pt/remote.ts \
23 ../../../i18n/pt_BR/remote.ts \ 23 ../../../i18n/pt_BR/remote.ts \
24 ../../../i18n/sl/remote.ts \ 24 ../../../i18n/sl/remote.ts \
25 ../../../i18n/zh_CN/remote.ts \ 25 ../../../i18n/zh_CN/remote.ts \
26 ../../../i18n/zh_TW/remote.ts 26 ../../../i18n/zh_TW/remote.ts
27 27
28 28
29 29
30include ( ../../../include.pro ) 30include ( $(OPIEDIR)/include.pro )