summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.pro
Unidiff
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 \
5 kmolelements.h \ 5 kmolelements.h \
6 calcdlgui.h \ 6 calcdlgui.h \
7 dataTable.h \ 7 dataTable.h \
8 psewidget.h \ 8 psewidget.h \
9 oxyframe.h \ 9 oxyframe.h \
10 datawidgetui.h 10 datawidgetui.h
11 11
12 SOURCES = main.cpp \ 12 SOURCES = main.cpp \
13 oxygen.cpp \ 13 oxygen.cpp \
14 kmolcalc.cpp \ 14 kmolcalc.cpp \
15 calcdlgui.cpp \ 15 calcdlgui.cpp \
16 kmolelements.cpp \ 16 kmolelements.cpp \
17 dataTable.cpp \ 17 dataTable.cpp \
18 psewidget.cpp \ 18 psewidget.cpp \
19 oxyframe.cpp \ 19 oxyframe.cpp \
20 datawidgetui.cpp 20 datawidgetui.cpp
21INCLUDEPATH += $(OPIEDIR)/include 21INCLUDEPATH += $(OPIEDIR)/include
22DEPENDPATH += $(OPIEDIR)/include 22DEPENDPATH += $(OPIEDIR)/include
23 LIBS += -lqpe -lstdc++ 23 LIBS += -lqpe -lstdc++
24 INTERFACES= calcdlg.ui 24 INTERFACES= calcdlg.ui
25 TARGET = oxygen 25 TARGET = oxygen
26 DESTDIR = $(OPIEDIR)/bin 26 DESTDIR = $(OPIEDIR)/bin
27 27
28TRANSLATIONS = ../../../i18n/de/oxygen.ts \ 28TRANSLATIONS = ../../../i18n/de/oxygen.ts \
29 ../../../i18n/nl/oxygen.ts \
29 ../../../i18n/xx/oxygen.ts \ 30 ../../../i18n/xx/oxygen.ts \
30 ../../../i18n/en/oxygen.ts \ 31 ../../../i18n/en/oxygen.ts \
31 ../../../i18n/es/oxygen.ts \ 32 ../../../i18n/es/oxygen.ts \
32 ../../../i18n/fr/oxygen.ts \ 33 ../../../i18n/fr/oxygen.ts \
33 ../../../i18n/hu/oxygen.ts \ 34 ../../../i18n/hu/oxygen.ts \
34 ../../../i18n/ja/oxygen.ts \ 35 ../../../i18n/ja/oxygen.ts \
35 ../../../i18n/ko/oxygen.ts \ 36 ../../../i18n/ko/oxygen.ts \
36 ../../../i18n/no/oxygen.ts \ 37 ../../../i18n/no/oxygen.ts \
37 ../../../i18n/pl/oxygen.ts \ 38 ../../../i18n/pl/oxygen.ts \
38 ../../../i18n/pt/oxygen.ts \ 39 ../../../i18n/pt/oxygen.ts \
39 ../../../i18n/pt_BR/oxygen.ts \ 40 ../../../i18n/pt_BR/oxygen.ts \
40 ../../../i18n/sl/oxygen.ts \ 41 ../../../i18n/sl/oxygen.ts \
41 ../../../i18n/zh_CN/oxygen.ts \ 42 ../../../i18n/zh_CN/oxygen.ts \
42 ../../../i18n/zh_TW/oxygen.ts \ 43 ../../../i18n/zh_TW/oxygen.ts \
43 ../../../i18n/it/oxygen.ts \ 44 ../../../i18n/it/oxygen.ts \
44 ../../../i18n/da/oxygen.ts 45 ../../../i18n/da/oxygen.ts
45 46
46 47
47 48
48include ( $(OPIEDIR)/include.pro ) 49include ( $(OPIEDIR)/include.pro )