summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/helpbrowser/helpbrowser.pro5
-rw-r--r--core/pim/today/today.pro9
-rw-r--r--core/settings/light-and-power/light-and-power.pro3
-rw-r--r--libopie/libopie.pro3
-rw-r--r--libopie/ofileselector/libopie.pro3
-rw-r--r--libopie/pim/libopie.pro3
-rw-r--r--noncore/multimedia/showimg/showimg.pro3
-rw-r--r--noncore/settings/language/language.pro3
-rw-r--r--noncore/tools/calculator/calculator.pro3
-rw-r--r--noncore/tools/clock/clock.pro5
10 files changed, 25 insertions, 15 deletions
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro
index d87699d..aa446dc 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -1,26 +1,27 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = helpbrowser.h 4 HEADERS = helpbrowser.h
5 SOURCES = helpbrowser.cpp \ 5 SOURCES = helpbrowser.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= 10 INTERFACES=
11 11
12TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ 12TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \
13 ../../../i18n/en/helpbrowser.ts \ 13 ../../../i18n/en/helpbrowser.ts \
14 ../../../i18n/es/helpbrowser.ts \ 14 ../../../i18n/es/helpbrowser.ts \
15 ../../../i18n/fr/helpbrowser.ts \ 15 ../../../i18n/fr/helpbrowser.ts \
16 ../../../i18n/hu/helpbrowser.ts \ 16 ../../../i18n/hu/helpbrowser.ts \
17 ../../../i18n/ja/helpbrowser.ts \ 17 ../../../i18n/ja/helpbrowser.ts \
18 ../../../i18n/ko/helpbrowser.ts \ 18 ../../../i18n/ko/helpbrowser.ts \
19 ../../../i18n/no/helpbrowser.ts \ 19 ../../../i18n/no/helpbrowser.ts \
20 ../../../i18n/pl/helpbrowser.ts \ 20 ../../../i18n/pl/helpbrowser.ts \
21 ../../../i18n/pt/helpbrowser.ts \ 21 ../../../i18n/pt/helpbrowser.ts \
22 ../../../i18n/pt_BR/helpbrowser.ts \ 22 ../../../i18n/pt_BR/helpbrowser.ts \
23 ../../../i18n/sl/helpbrowser.ts \ 23 ../../../i18n/sl/helpbrowser.ts \
24 ../../../i18n/zh_CN/helpbrowser.ts \ 24 ../../../i18n/zh_CN/helpbrowser.ts \
25 ../../../i18n/it/helpbrowser.ts \ 25 ../../../i18n/it/helpbrowser.ts \
26 ../../../i18n/zh_TW/helpbrowser.ts 26 ../../../i18n/zh_TW/helpbrowser.ts \
27 ../../../i18n/da/helpbrowser.ts
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index 8596da3..e989f79 100644
--- a/core/pim/today/today.pro
+++ b/core/pim/today/today.pro
@@ -1,27 +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 = today.h todaybase.h todayconfig.h 4 HEADERS = today.h todaybase.h todayconfig.h
5 SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp 5 SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.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= 9 INTERFACES=
10 TARGET = today 10 TARGET = today
11 DESTDIR = $(OPIEDIR)/bin 11 DESTDIR = $(OPIEDIR)/bin
12 12
13TRANSLATIONS = ../../../i18n/de/today.ts \ 13TRANSLATIONS = ../../../i18n/de/today.ts \
14 ../../../i18n/en/today.ts \ 14 ../../../i18n/en/today.ts \
15 ../../../i18n/es/today.ts \ 15 ../../../i18n/es/today.ts \
16 ../../../i18n/fr/today.ts \ 16 ../../../i18n/fr/today.ts \
17 ../../../i18n/hu/today.ts \ 17 ../../../i18n/hu/today.ts \
18 ../../../i18n/ja/today.ts \ 18 ../../../i18n/ja/today.ts \
19 ../../../i18n/ko/today.ts \ 19 ../../../i18n/ko/today.ts \
20 ../../../i18n/no/today.ts \ 20 ../../../i18n/no/today.ts \
21 ../../../i18n/pl/today.ts \ 21 ../../../i18n/pl/today.ts \
22 ../../../i18n/pt/today.ts \ 22 ../../../i18n/pt/today.ts \
23 ../../../i18n/pt_BR/today.ts \ 23 ../../../i18n/pt_BR/today.ts \
24 ../../../i18n/sl/today.ts \ 24 ../../../i18n/sl/today.ts \
25 ../../../i18n/zh_CN/today.ts \ 25 ../../../i18n/zh_CN/today.ts \
26 ../../../i18n/zh_TW/today.ts \ 26 ../../../i18n/zh_TW/today.ts \
27 ../../../i18n/it/today.ts \ No newline at end of file 27 ../../../i18n/it/today.ts \
28 ../../../i18n/da/today.ts
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro
index 80c6631..455d246 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -1,26 +1,27 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qt warn_on debug 2 CONFIG += qt warn_on debug
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = light.h sensor.h calibration.h 4 HEADERS = light.h sensor.h calibration.h
5 SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp 5 SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp
6 INTERFACES= lightsettingsbase.ui sensorbase.ui 6 INTERFACES= lightsettingsbase.ui sensorbase.ui
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10 TARGET = light-and-power 10 TARGET = light-and-power
11 11
12TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ 12TRANSLATIONS = ../../../i18n/de/light-and-power.ts \
13 ../../../i18n/en/light-and-power.ts \ 13 ../../../i18n/en/light-and-power.ts \
14 ../../../i18n/es/light-and-power.ts \ 14 ../../../i18n/es/light-and-power.ts \
15 ../../../i18n/fr/light-and-power.ts \ 15 ../../../i18n/fr/light-and-power.ts \
16 ../../../i18n/hu/light-and-power.ts \ 16 ../../../i18n/hu/light-and-power.ts \
17 ../../../i18n/ja/light-and-power.ts \ 17 ../../../i18n/ja/light-and-power.ts \
18 ../../../i18n/ko/light-and-power.ts \ 18 ../../../i18n/ko/light-and-power.ts \
19 ../../../i18n/no/light-and-power.ts \ 19 ../../../i18n/no/light-and-power.ts \
20 ../../../i18n/pl/light-and-power.ts \ 20 ../../../i18n/pl/light-and-power.ts \
21 ../../../i18n/pt/light-and-power.ts \ 21 ../../../i18n/pt/light-and-power.ts \
22 ../../../i18n/pt_BR/light-and-power.ts \ 22 ../../../i18n/pt_BR/light-and-power.ts \
23 ../../../i18n/sl/light-and-power.ts \ 23 ../../../i18n/sl/light-and-power.ts \
24 ../../../i18n/zh_CN/light-and-power.ts \ 24 ../../../i18n/zh_CN/light-and-power.ts \
25 ../../../i18n/zh_TW/light-and-power.ts \ 25 ../../../i18n/zh_TW/light-and-power.ts \
26 ../../../i18n/it/light-and-power.ts 26 ../../../i18n/it/light-and-power.ts \
27 ../../../i18n/da/light-and-power.ts
diff --git a/libopie/libopie.pro b/libopie/libopie.pro
index ef82dfd..b7537cc 100644
--- a/libopie/libopie.pro
+++ b/libopie/libopie.pro
@@ -44,49 +44,50 @@ SOURCES = ofontmenu.cc \
44 ocheckitem.cpp tododb.cpp todoevent.cpp \ 44 ocheckitem.cpp tododb.cpp todoevent.cpp \
45 todovcalresource.cpp colordialog.cpp \ 45 todovcalresource.cpp colordialog.cpp \
46 colorpopupmenu.cpp oclickablelabel.cpp \ 46 colorpopupmenu.cpp oclickablelabel.cpp \
47 oprocctrl.cpp oprocess.cpp \ 47 oprocctrl.cpp oprocess.cpp \
48 odevice.cpp otimepicker.cpp \ 48 odevice.cpp otimepicker.cpp \
49 otabwidget.cpp otabbar.cpp \ 49 otabwidget.cpp otabbar.cpp \
50 ofontselector.cpp \ 50 ofontselector.cpp \
51 pim/otodo.cpp \ 51 pim/otodo.cpp \
52 pim/opimrecord.cpp \ 52 pim/opimrecord.cpp \
53 pim/otodoaccess.cpp \ 53 pim/otodoaccess.cpp \
54 pim/otodoaccessbackend.cpp \ 54 pim/otodoaccessbackend.cpp \
55 pim/otodoaccessxml.cpp \ 55 pim/otodoaccessxml.cpp \
56 pim/ocontact.cpp \ 56 pim/ocontact.cpp \
57 pim/ocontactaccess.cpp \ 57 pim/ocontactaccess.cpp \
58 pim/ocontactaccessbackend_vcard.cpp \ 58 pim/ocontactaccessbackend_vcard.cpp \
59 pim/otodoaccessvcal.cpp \ 59 pim/otodoaccessvcal.cpp \
60 pim/orecur.cpp \ 60 pim/orecur.cpp \
61 pim/opimstate.cpp \ 61 pim/opimstate.cpp \
62 pim/opimxrefpartner.cpp \ 62 pim/opimxrefpartner.cpp \
63 pim/opimxref.cpp \ 63 pim/opimxref.cpp \
64 pim/opimxrefmanager.cpp \ 64 pim/opimxrefmanager.cpp \
65 pim/opimmaintainer.cpp \ 65 pim/opimmaintainer.cpp \
66 orecurrancewidget.cpp \ 66 orecurrancewidget.cpp \
67 oticker.cpp 67 oticker.cpp
68# pim/otodoaccesssql.cpp \ 68# pim/otodoaccesssql.cpp \
69 69
70TARGET = opie 70TARGET = opie
71INCLUDEPATH += $(OPIEDIR)/include 71INCLUDEPATH += $(OPIEDIR)/include
72DESTDIR = $(QTDIR)/lib$(PROJMAK) 72DESTDIR = $(QTDIR)/lib$(PROJMAK)
73#VERSION = 1.0.0 73#VERSION = 1.0.0
74 74
75# LIBS += -lopiesql 75# LIBS += -lopiesql
76 76
77INTERFACES = otimepickerbase.ui orecurrancebase.ui 77INTERFACES = otimepickerbase.ui orecurrancebase.ui
78 78
79TRANSLATIONS = ../i18n/de/libopie.ts \ 79TRANSLATIONS = ../i18n/de/libopie.ts \
80 ../i18n/en/libopie.ts \ 80 ../i18n/en/libopie.ts \
81 ../i18n/es/libopie.ts \ 81 ../i18n/es/libopie.ts \
82 ../i18n/fr/libopie.ts \ 82 ../i18n/fr/libopie.ts \
83 ../i18n/hu/libopie.ts \ 83 ../i18n/hu/libopie.ts \
84 ../i18n/ja/libopie.ts \ 84 ../i18n/ja/libopie.ts \
85 ../i18n/ko/libopie.ts \ 85 ../i18n/ko/libopie.ts \
86 ../i18n/no/libopie.ts \ 86 ../i18n/no/libopie.ts \
87 ../i18n/pl/libopie.ts \ 87 ../i18n/pl/libopie.ts \
88 ../i18n/pt/libopie.ts \ 88 ../i18n/pt/libopie.ts \
89 ../i18n/pt_BR/libopie.ts \ 89 ../i18n/pt_BR/libopie.ts \
90 ../i18n/sl/libopie.ts \ 90 ../i18n/sl/libopie.ts \
91 ../i18n/zh_CN/libopie.ts \ 91 ../i18n/zh_CN/libopie.ts \
92 ../i18n/zh_TW/libopie.ts 92 ../i18n/zh_TW/libopie.ts \
93 ../i18n/da/libopie.ts
diff --git a/libopie/ofileselector/libopie.pro b/libopie/ofileselector/libopie.pro
index a694073..c97eabb 100644
--- a/libopie/ofileselector/libopie.pro
+++ b/libopie/ofileselector/libopie.pro
@@ -49,49 +49,50 @@ SOURCES = ofontmenu.cc \
49 ofileselector/ofileselectoritem.cpp \ 49 ofileselector/ofileselectoritem.cpp \
50 ofileselector/ofileselectormain.cpp \ 50 ofileselector/ofileselectormain.cpp \
51 ofileselector/ofileview.cpp \ 51 ofileselector/ofileview.cpp \
52 ofileselector/olister.cpp \ 52 ofileselector/olister.cpp \
53 ofileselector/olocallister.cpp \ 53 ofileselector/olocallister.cpp \
54 ofileselector/opixmapprovider.cpp \ 54 ofileselector/opixmapprovider.cpp \
55 xmltree.cc \ 55 xmltree.cc \
56 ocheckitem.cpp tododb.cpp todoevent.cpp \ 56 ocheckitem.cpp tododb.cpp todoevent.cpp \
57 todovcalresource.cpp colordialog.cpp \ 57 todovcalresource.cpp colordialog.cpp \
58 colorpopupmenu.cpp oclickablelabel.cpp \ 58 colorpopupmenu.cpp oclickablelabel.cpp \
59 oprocctrl.cpp oprocess.cpp \ 59 oprocctrl.cpp oprocess.cpp \
60 odevice.cpp otimepicker.cpp \ 60 odevice.cpp otimepicker.cpp \
61 otabwidget.cpp otabbar.cpp \ 61 otabwidget.cpp otabbar.cpp \
62 ofontselector.cpp \ 62 ofontselector.cpp \
63 pim/otodo.cpp \ 63 pim/otodo.cpp \
64 pim/opimrecord.cpp \ 64 pim/opimrecord.cpp \
65 pim/otodoaccess.cpp \ 65 pim/otodoaccess.cpp \
66 pim/otodoaccessbackend.cpp \ 66 pim/otodoaccessbackend.cpp \
67 pim/otodoaccessxml.cpp \ 67 pim/otodoaccessxml.cpp \
68 pim/ocontact.cpp \ 68 pim/ocontact.cpp \
69 pim/ocontactaccess.cpp \ 69 pim/ocontactaccess.cpp \
70 pim/otodoaccessvcal.cpp \ 70 pim/otodoaccessvcal.cpp \
71 pim/orecur.cpp \ 71 pim/orecur.cpp \
72 orecurrancewidget.cpp 72 orecurrancewidget.cpp
73# pim/otodoaccesssql.cpp \ 73# pim/otodoaccesssql.cpp \
74 74
75TARGET = opie 75TARGET = opie
76INCLUDEPATH += $(OPIEDIR)/include 76INCLUDEPATH += $(OPIEDIR)/include
77DESTDIR = $(QTDIR)/lib$(PROJMAK) 77DESTDIR = $(QTDIR)/lib$(PROJMAK)
78#VERSION = 1.0.0 78#VERSION = 1.0.0
79 79
80# LIBS += -lopiesql 80# LIBS += -lopiesql
81 81
82INTERFACES = otimepickerbase.ui orecurrancebase.ui 82INTERFACES = otimepickerbase.ui orecurrancebase.ui
83 83
84TRANSLATIONS = ../i18n/de/libopie.ts \ 84TRANSLATIONS = ../i18n/de/libopie.ts \
85 ../i18n/en/libopie.ts \ 85 ../i18n/en/libopie.ts \
86 ../i18n/es/libopie.ts \ 86 ../i18n/es/libopie.ts \
87 ../i18n/fr/libopie.ts \ 87 ../i18n/fr/libopie.ts \
88 ../i18n/hu/libopie.ts \ 88 ../i18n/hu/libopie.ts \
89 ../i18n/ja/libopie.ts \ 89 ../i18n/ja/libopie.ts \
90 ../i18n/ko/libopie.ts \ 90 ../i18n/ko/libopie.ts \
91 ../i18n/no/libopie.ts \ 91 ../i18n/no/libopie.ts \
92 ../i18n/pl/libopie.ts \ 92 ../i18n/pl/libopie.ts \
93 ../i18n/pt/libopie.ts \ 93 ../i18n/pt/libopie.ts \
94 ../i18n/pt_BR/libopie.ts \ 94 ../i18n/pt_BR/libopie.ts \
95 ../i18n/sl/libopie.ts \ 95 ../i18n/sl/libopie.ts \
96 ../i18n/zh_CN/libopie.ts \ 96 ../i18n/zh_CN/libopie.ts \
97 ../i18n/zh_TW/libopie.ts 97 ../i18n/zh_TW/libopie.ts \
98 ../i18n/da/libopie.ts
diff --git a/libopie/pim/libopie.pro b/libopie/pim/libopie.pro
index b871374..1a7b64c 100644
--- a/libopie/pim/libopie.pro
+++ b/libopie/pim/libopie.pro
@@ -29,49 +29,50 @@ HEADERS = ofontmenu.h \
29 pim/ocontactaccessbackend.h \ 29 pim/ocontactaccessbackend.h \
30 pim/ocontactaccessbackend_xml.h \ 30 pim/ocontactaccessbackend_xml.h \
31 pim/orecord.h 31 pim/orecord.h
32 32
33SOURCES = ofontmenu.cc \ 33SOURCES = ofontmenu.cc \
34 xmltree.cc \ 34 xmltree.cc \
35 tododb.cpp todoevent.cpp \ 35 tododb.cpp todoevent.cpp \
36 todovcalresource.cpp colordialog.cpp \ 36 todovcalresource.cpp colordialog.cpp \
37 colorpopupmenu.cpp oclickablelabel.cpp \ 37 colorpopupmenu.cpp oclickablelabel.cpp \
38 oprocctrl.cpp oprocess.cpp \ 38 oprocctrl.cpp oprocess.cpp \
39 odevice.cpp otimepicker.cpp \ 39 odevice.cpp otimepicker.cpp \
40 otabwidget.cpp otabbar.cpp \ 40 otabwidget.cpp otabbar.cpp \
41 ofileselector/ofiledialog.cpp \ 41 ofileselector/ofiledialog.cpp \
42 ofileselector/ofilelistview.cpp \ 42 ofileselector/ofilelistview.cpp \
43 ofileselector/ofileselector.cpp \ 43 ofileselector/ofileselector.cpp \
44 ofileselector/ofileselectoritem.cpp \ 44 ofileselector/ofileselectoritem.cpp \
45 ofileselector/ofileview.cpp \ 45 ofileselector/ofileview.cpp \
46 ofileselector/olister.cpp \ 46 ofileselector/olister.cpp \
47 ofileselector/olocallister.cpp \ 47 ofileselector/olocallister.cpp \
48 ofileselector/ofileselectormain.cpp \ 48 ofileselector/ofileselectormain.cpp \
49 pim/otodo.cpp \ 49 pim/otodo.cpp \
50 pim/opimrecord.cpp \ 50 pim/opimrecord.cpp \
51 pim/otodoaccess.cpp \ 51 pim/otodoaccess.cpp \
52 pim/otodoaccessbackend.cpp \ 52 pim/otodoaccessbackend.cpp \
53 pim/ocontact.cpp \ 53 pim/ocontact.cpp \
54 pim/ocontactaccess.cpp \ 54 pim/ocontactaccess.cpp \
55 pim/orecord.cpp 55 pim/orecord.cpp
56 56
57TARGET = opie 57TARGET = opie
58INCLUDEPATH += $(OPIEDIR)/include 58INCLUDEPATH += $(OPIEDIR)/include
59DESTDIR = $(QTDIR)/lib$(PROJMAK) 59DESTDIR = $(QTDIR)/lib$(PROJMAK)
60#VERSION = 1.0.0 60#VERSION = 1.0.0
61 61
62INTERFACES = otimepickerbase.ui 62INTERFACES = otimepickerbase.ui
63 63
64TRANSLATIONS = ../i18n/de/libopie.ts \ 64TRANSLATIONS = ../i18n/de/libopie.ts \
65 ../i18n/en/libopie.ts \ 65 ../i18n/en/libopie.ts \
66 ../i18n/es/libopie.ts \ 66 ../i18n/es/libopie.ts \
67 ../i18n/fr/libopie.ts \ 67 ../i18n/fr/libopie.ts \
68 ../i18n/hu/libopie.ts \ 68 ../i18n/hu/libopie.ts \
69 ../i18n/ja/libopie.ts \ 69 ../i18n/ja/libopie.ts \
70 ../i18n/ko/libopie.ts \ 70 ../i18n/ko/libopie.ts \
71 ../i18n/no/libopie.ts \ 71 ../i18n/no/libopie.ts \
72 ../i18n/pl/libopie.ts \ 72 ../i18n/pl/libopie.ts \
73 ../i18n/pt/libopie.ts \ 73 ../i18n/pt/libopie.ts \
74 ../i18n/pt_BR/libopie.ts \ 74 ../i18n/pt_BR/libopie.ts \
75 ../i18n/sl/libopie.ts \ 75 ../i18n/sl/libopie.ts \
76 ../i18n/zh_CN/libopie.ts \ 76 ../i18n/zh_CN/libopie.ts \
77 ../i18n/zh_TW/libopie.ts 77 ../i18n/zh_TW/libopie.ts \
78 ../i18n/da/libopie.ts
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro
index 466cf18..efe16e0 100644
--- a/noncore/multimedia/showimg/showimg.pro
+++ b/noncore/multimedia/showimg/showimg.pro
@@ -1,24 +1,25 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
4HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h 4HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h
5SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp 5SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp
6TARGET = showimg 6TARGET = showimg
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10 10
11TRANSLATIONS = ../../../i18n/de/showimg.ts \ 11TRANSLATIONS = ../../../i18n/de/showimg.ts \
12 ../../../i18n/en/showimg.ts \ 12 ../../../i18n/en/showimg.ts \
13 ../../../i18n/es/showimg.ts \ 13 ../../../i18n/es/showimg.ts \
14 ../../../i18n/fr/showimg.ts \ 14 ../../../i18n/fr/showimg.ts \
15 ../../../i18n/hu/showimg.ts \ 15 ../../../i18n/hu/showimg.ts \
16 ../../../i18n/ja/showimg.ts \ 16 ../../../i18n/ja/showimg.ts \
17 ../../../i18n/ko/showimg.ts \ 17 ../../../i18n/ko/showimg.ts \
18 ../../../i18n/no/showimg.ts \ 18 ../../../i18n/no/showimg.ts \
19 ../../../i18n/pl/showimg.ts \ 19 ../../../i18n/pl/showimg.ts \
20 ../../../i18n/pt/showimg.ts \ 20 ../../../i18n/pt/showimg.ts \
21 ../../../i18n/pt_BR/showimg.ts \ 21 ../../../i18n/pt_BR/showimg.ts \
22 ../../../i18n/sl/showimg.ts \ 22 ../../../i18n/sl/showimg.ts \
23 ../../../i18n/zh_CN/showimg.ts \ 23 ../../../i18n/zh_CN/showimg.ts \
24 ../../../i18n/zh_TW/showimg.ts 24 ../../../i18n/zh_TW/showimg.ts \
25 ../../../i18n/da/showimg.ts
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro
index 11ef3a0..72d56ff 100644
--- a/noncore/settings/language/language.pro
+++ b/noncore/settings/language/language.pro
@@ -1,25 +1,26 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = settings.h 4 HEADERS = settings.h
5 SOURCES = language.cpp main.cpp 5 SOURCES = language.cpp main.cpp
6 INTERFACES= languagesettingsbase.ui 6 INTERFACES= languagesettingsbase.ui
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = language 10 TARGET = language
11 11
12TRANSLATIONS = ../../../i18n/de/language.ts \ 12TRANSLATIONS = ../../../i18n/de/language.ts \
13 ../../../i18n/en/language.ts \ 13 ../../../i18n/en/language.ts \
14 ../../../i18n/es/language.ts \ 14 ../../../i18n/es/language.ts \
15 ../../../i18n/fr/language.ts \ 15 ../../../i18n/fr/language.ts \
16 ../../../i18n/hu/language.ts \ 16 ../../../i18n/hu/language.ts \
17 ../../../i18n/ja/language.ts \ 17 ../../../i18n/ja/language.ts \
18 ../../../i18n/ko/language.ts \ 18 ../../../i18n/ko/language.ts \
19 ../../../i18n/no/language.ts \ 19 ../../../i18n/no/language.ts \
20 ../../../i18n/pl/language.ts \ 20 ../../../i18n/pl/language.ts \
21 ../../../i18n/pt/language.ts \ 21 ../../../i18n/pt/language.ts \
22 ../../../i18n/pt_BR/language.ts \ 22 ../../../i18n/pt_BR/language.ts \
23 ../../../i18n/sl/language.ts \ 23 ../../../i18n/sl/language.ts \
24 ../../../i18n/zh_CN/language.ts \ 24 ../../../i18n/zh_CN/language.ts \
25 ../../../i18n/zh_TW/language.ts 25 ../../../i18n/zh_TW/language.ts \
26 ../../../i18n/da/language.ts
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index 8ede646..c8396c9 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -1,26 +1,27 @@
1 DESTDIR = $(OPIEDIR)/bin 1 DESTDIR = $(OPIEDIR)/bin
2 TEMPLATE= app 2 TEMPLATE= app
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
4 HEADERS = calculatorimpl.h 4 HEADERS = calculatorimpl.h
5 SOURCES = calculatorimpl.cpp \ 5 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/de/calculator.ts \ 13TRANSLATIONS = ../../../i18n/de/calculator.ts \
14 ../../../i18n/en/calculator.ts \ 14 ../../../i18n/en/calculator.ts \
15 ../../../i18n/es/calculator.ts \ 15 ../../../i18n/es/calculator.ts \
16 ../../../i18n/fr/calculator.ts \ 16 ../../../i18n/fr/calculator.ts \
17 ../../../i18n/hu/calculator.ts \ 17 ../../../i18n/hu/calculator.ts \
18 ../../../i18n/ja/calculator.ts \ 18 ../../../i18n/ja/calculator.ts \
19 ../../../i18n/ko/calculator.ts \ 19 ../../../i18n/ko/calculator.ts \
20 ../../../i18n/no/calculator.ts \ 20 ../../../i18n/no/calculator.ts \
21 ../../../i18n/pl/calculator.ts \ 21 ../../../i18n/pl/calculator.ts \
22 ../../../i18n/pt/calculator.ts \ 22 ../../../i18n/pt/calculator.ts \
23 ../../../i18n/pt_BR/calculator.ts \ 23 ../../../i18n/pt_BR/calculator.ts \
24 ../../../i18n/sl/calculator.ts \ 24 ../../../i18n/sl/calculator.ts \
25 ../../../i18n/zh_CN/calculator.ts \ 25 ../../../i18n/zh_CN/calculator.ts \
26 ../../../i18n/zh_TW/calculator.ts 26 ../../../i18n/zh_TW/calculator.ts \
27 ../../../i18n/da/calculator.ts
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index a61f514..554c829 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -1,26 +1,27 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG = qt warn_on release 2CONFIG = qt warn_on release
3DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
4HEADERS = clock.h setAlarm.h 4HEADERS = clock.h setAlarm.h
5SOURCES = clock.cpp setAlarm.cpp \ 5SOURCES = clock.cpp setAlarm.cpp \
6 main.cpp 6 main.cpp
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10INTERFACES = 10INTERFACES =
11TARGET = clock 11TARGET = clock
12 12
13TRANSLATIONS = ../../../i18n/de/clock.ts \ 13TRANSLATIONS = ../../../i18n/de/clock.ts \
14 ../../../i18n/en/clock.ts \ 14 ../../../i18n/en/clock.ts \
15 ../../../i18n/es/clock.ts \ 15 ../../../i18n/es/clock.ts \
16 ../../../i18n/fr/clock.ts \ 16 ../../../i18n/fr/clock.ts \
17 ../../../i18n/hu/clock.ts \ 17 ../../../i18n/hu/clock.ts \
18 ../../../i18n/ja/clock.ts \ 18 ../../../i18n/ja/clock.ts \
19 ../../../i18n/ko/clock.ts \ 19 ../../../i18n/ko/clock.ts \
20 ../../../i18n/no/clock.ts \ 20 ../../../i18n/no/clock.ts \
21 ../../../i18n/pl/clock.ts \ 21 ../../../i18n/pl/clock.ts \
22 ../../../i18n/pt/clock.ts \ 22 ../../../i18n/pt/clock.ts \
23 ../../../i18n/pt_BR/clock.ts \ 23 ../../../i18n/pt_BR/clock.ts \
24 ../../../i18n/sl/clock.ts \ 24 ../../../i18n/sl/clock.ts \
25 ../../../i18n/zh_CN/clock.ts \ 25 ../../../i18n/zh_CN/clock.ts \
26 ../../../i18n/zh_TW/clock.ts 26 ../../../i18n/zh_TW/clock.ts \
27 ../../../i18n/da/clock.ts