summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.pro
authorcniehaus <cniehaus>2003-04-20 10:49:51 (UTC)
committer cniehaus <cniehaus>2003-04-20 10:49:51 (UTC)
commit006162c13c63e65a209f4fc01e64beb445a09d0b (patch) (side-by-side diff)
tree35668e7599c02fc8cf3a45219986b6831ab462fc /noncore/apps/oxygen/oxygen.pro
parentcf40011c4e26c2e27d55b6e7e7a0dfdd25a8a486 (diff)
downloadopie-006162c13c63e65a209f4fc01e64beb445a09d0b.zip
opie-006162c13c63e65a209f4fc01e64beb445a09d0b.tar.gz
opie-006162c13c63e65a209f4fc01e64beb445a09d0b.tar.bz2
adding dutch to the .pro-files
Diffstat (limited to 'noncore/apps/oxygen/oxygen.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxygen.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro
index 0c7cfcf..a41bf7b 100644
--- a/noncore/apps/oxygen/oxygen.pro
+++ b/noncore/apps/oxygen/oxygen.pro
@@ -5,44 +5,45 @@ HEADERS = oxygen.h \
kmolelements.h \
calcdlgui.h \
dataTable.h \
psewidget.h \
oxyframe.h \
datawidgetui.h
SOURCES = main.cpp \
oxygen.cpp \
kmolcalc.cpp \
calcdlgui.cpp \
kmolelements.cpp \
dataTable.cpp \
psewidget.cpp \
oxyframe.cpp \
datawidgetui.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lstdc++
INTERFACES = calcdlg.ui
TARGET = oxygen
DESTDIR = $(OPIEDIR)/bin
TRANSLATIONS = ../../../i18n/de/oxygen.ts \
+ ../../../i18n/nl/oxygen.ts \
../../../i18n/xx/oxygen.ts \
../../../i18n/en/oxygen.ts \
../../../i18n/es/oxygen.ts \
../../../i18n/fr/oxygen.ts \
../../../i18n/hu/oxygen.ts \
../../../i18n/ja/oxygen.ts \
../../../i18n/ko/oxygen.ts \
../../../i18n/no/oxygen.ts \
../../../i18n/pl/oxygen.ts \
../../../i18n/pt/oxygen.ts \
../../../i18n/pt_BR/oxygen.ts \
../../../i18n/sl/oxygen.ts \
../../../i18n/zh_CN/oxygen.ts \
../../../i18n/zh_TW/oxygen.ts \
../../../i18n/it/oxygen.ts \
../../../i18n/da/oxygen.ts
include ( $(OPIEDIR)/include.pro )