summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.pro
blob: 5381e103258e55f151e225389ece239a56b7ce42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
TEMPLATE	= app
CONFIG		= qt warn_on release
HEADERS		= oxygen.h \
            kmolcalc.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/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