-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 |
3 files changed, 10 insertions, 7 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 @@ 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,27 +1,28 @@ 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 \ ../../../i18n/ja/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 @@ -2,25 +2,26 @@ TEMPLATE = app CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/bin HEADERS = light.h sensor.h calibration.h SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp INTERFACES = lightsettingsbase.ui sensorbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe -lopie TARGET = light-and-power TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ ../../../i18n/en/light-and-power.ts \ ../../../i18n/es/light-and-power.ts \ ../../../i18n/fr/light-and-power.ts \ ../../../i18n/hu/light-and-power.ts \ ../../../i18n/ja/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 |