-rw-r--r-- | core/apps/helpbrowser/helpbrowser.pro | 5 | ||||
-rw-r--r-- | core/pim/today/today.pro | 9 | ||||
-rw-r--r-- | core/settings/light-and-power/light-and-power.pro | 3 | ||||
-rw-r--r-- | libopie/libopie.pro | 3 | ||||
-rw-r--r-- | libopie/ofileselector/libopie.pro | 3 | ||||
-rw-r--r-- | libopie/pim/libopie.pro | 3 | ||||
-rw-r--r-- | noncore/multimedia/showimg/showimg.pro | 3 | ||||
-rw-r--r-- | noncore/settings/language/language.pro | 3 | ||||
-rw-r--r-- | noncore/tools/calculator/calculator.pro | 3 | ||||
-rw-r--r-- | noncore/tools/clock/clock.pro | 5 |
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 @@ -2,25 +2,26 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = helpbrowser.h SOURCES = helpbrowser.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -INTERFACES = +INTERFACES = TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ ../../../i18n/en/helpbrowser.ts \ ../../../i18n/es/helpbrowser.ts \ ../../../i18n/fr/helpbrowser.ts \ ../../../i18n/hu/helpbrowser.ts \ ../../../i18n/ja/helpbrowser.ts \ ../../../i18n/ko/helpbrowser.ts \ ../../../i18n/no/helpbrowser.ts \ ../../../i18n/pl/helpbrowser.ts \ ../../../i18n/pt/helpbrowser.ts \ ../../../i18n/pt_BR/helpbrowser.ts \ ../../../i18n/sl/helpbrowser.ts \ ../../../i18n/zh_CN/helpbrowser.ts \ ../../../i18n/it/helpbrowser.ts \ - ../../../i18n/zh_TW/helpbrowser.ts + ../../../i18n/zh_TW/helpbrowser.ts \ + ../../../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,17 +1,17 @@ TEMPLATE = app CONFIG = qt warn_on debug #CONFIG = qt warn_on release -HEADERS = today.h todaybase.h todayconfig.h -SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp +HEADERS = today.h todaybase.h todayconfig.h +SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie -INTERFACES = +INTERFACES = TARGET = today DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/today.ts \ ../../../i18n/en/today.ts \ ../../../i18n/es/today.ts \ ../../../i18n/fr/today.ts \ ../../../i18n/hu/today.ts \ @@ -19,9 +19,10 @@ TRANSLATIONS = ../../../i18n/de/today.ts \ ../../../i18n/ko/today.ts \ ../../../i18n/no/today.ts \ ../../../i18n/pl/today.ts \ ../../../i18n/pt/today.ts \ ../../../i18n/pt_BR/today.ts \ ../../../i18n/sl/today.ts \ ../../../i18n/zh_CN/today.ts \ ../../../i18n/zh_TW/today.ts \ - ../../../i18n/it/today.ts
\ No newline at end of file + ../../../i18n/it/today.ts \ + ../../../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 @@ -18,9 +18,10 @@ TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ ../../../i18n/ko/light-and-power.ts \ ../../../i18n/no/light-and-power.ts \ ../../../i18n/pl/light-and-power.ts \ ../../../i18n/pt/light-and-power.ts \ ../../../i18n/pt_BR/light-and-power.ts \ ../../../i18n/sl/light-and-power.ts \ ../../../i18n/zh_CN/light-and-power.ts \ ../../../i18n/zh_TW/light-and-power.ts \ - ../../../i18n/it/light-and-power.ts + ../../../i18n/it/light-and-power.ts \ + ../../../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 @@ -84,9 +84,10 @@ TRANSLATIONS = ../i18n/de/libopie.ts \ ../i18n/ja/libopie.ts \ ../i18n/ko/libopie.ts \ ../i18n/no/libopie.ts \ ../i18n/pl/libopie.ts \ ../i18n/pt/libopie.ts \ ../i18n/pt_BR/libopie.ts \ ../i18n/sl/libopie.ts \ ../i18n/zh_CN/libopie.ts \ - ../i18n/zh_TW/libopie.ts + ../i18n/zh_TW/libopie.ts \ + ../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 @@ -89,9 +89,10 @@ TRANSLATIONS = ../i18n/de/libopie.ts \ ../i18n/ja/libopie.ts \ ../i18n/ko/libopie.ts \ ../i18n/no/libopie.ts \ ../i18n/pl/libopie.ts \ ../i18n/pt/libopie.ts \ ../i18n/pt_BR/libopie.ts \ ../i18n/sl/libopie.ts \ ../i18n/zh_CN/libopie.ts \ - ../i18n/zh_TW/libopie.ts + ../i18n/zh_TW/libopie.ts \ + ../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 @@ -69,9 +69,10 @@ TRANSLATIONS = ../i18n/de/libopie.ts \ ../i18n/ja/libopie.ts \ ../i18n/ko/libopie.ts \ ../i18n/no/libopie.ts \ ../i18n/pl/libopie.ts \ ../i18n/pt/libopie.ts \ ../i18n/pt_BR/libopie.ts \ ../i18n/sl/libopie.ts \ ../i18n/zh_CN/libopie.ts \ - ../i18n/zh_TW/libopie.ts + ../i18n/zh_TW/libopie.ts \ + ../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 @@ -16,9 +16,10 @@ TRANSLATIONS = ../../../i18n/de/showimg.ts \ ../../../i18n/ja/showimg.ts \ ../../../i18n/ko/showimg.ts \ ../../../i18n/no/showimg.ts \ ../../../i18n/pl/showimg.ts \ ../../../i18n/pt/showimg.ts \ ../../../i18n/pt_BR/showimg.ts \ ../../../i18n/sl/showimg.ts \ ../../../i18n/zh_CN/showimg.ts \ - ../../../i18n/zh_TW/showimg.ts + ../../../i18n/zh_TW/showimg.ts \ + ../../../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 @@ -17,9 +17,10 @@ TRANSLATIONS = ../../../i18n/de/language.ts \ ../../../i18n/ja/language.ts \ ../../../i18n/ko/language.ts \ ../../../i18n/no/language.ts \ ../../../i18n/pl/language.ts \ ../../../i18n/pt/language.ts \ ../../../i18n/pt_BR/language.ts \ ../../../i18n/sl/language.ts \ ../../../i18n/zh_CN/language.ts \ - ../../../i18n/zh_TW/language.ts + ../../../i18n/zh_TW/language.ts \ + ../../../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 @@ -18,9 +18,10 @@ TRANSLATIONS = ../../../i18n/de/calculator.ts \ ../../../i18n/ja/calculator.ts \ ../../../i18n/ko/calculator.ts \ ../../../i18n/no/calculator.ts \ ../../../i18n/pl/calculator.ts \ ../../../i18n/pt/calculator.ts \ ../../../i18n/pt_BR/calculator.ts \ ../../../i18n/sl/calculator.ts \ ../../../i18n/zh_CN/calculator.ts \ - ../../../i18n/zh_TW/calculator.ts + ../../../i18n/zh_TW/calculator.ts \ + ../../../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 @@ -2,25 +2,26 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = clock.h setAlarm.h SOURCES = clock.cpp setAlarm.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie -INTERFACES = +INTERFACES = TARGET = clock TRANSLATIONS = ../../../i18n/de/clock.ts \ ../../../i18n/en/clock.ts \ ../../../i18n/es/clock.ts \ ../../../i18n/fr/clock.ts \ ../../../i18n/hu/clock.ts \ ../../../i18n/ja/clock.ts \ ../../../i18n/ko/clock.ts \ ../../../i18n/no/clock.ts \ ../../../i18n/pl/clock.ts \ ../../../i18n/pt/clock.ts \ ../../../i18n/pt_BR/clock.ts \ ../../../i18n/sl/clock.ts \ ../../../i18n/zh_CN/clock.ts \ - ../../../i18n/zh_TW/clock.ts + ../../../i18n/zh_TW/clock.ts \ + ../../../i18n/da/clock.ts |