summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.pro
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/oxygen.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxygen.pro14
1 files changed, 7 insertions, 7 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro
index 71d4dac..0d61d58 100644
--- a/noncore/apps/oxygen/oxygen.pro
+++ b/noncore/apps/oxygen/oxygen.pro
@@ -1,3 +1,3 @@
1 CONFIG = qt warn_on release quick-app 1CONFIG = qt warn_on release quick-app
2 HEADERS = oxygen.h \ 2HEADERS = oxygen.h \
3 kmolcalc.h \ 3 kmolcalc.h \
@@ -10,4 +10,4 @@ HEADERS = oxygen.h \
10 10
11 SOURCES = main.cpp \ 11SOURCES = main.cpp \
12 oxygen.cpp \ 12 oxygen.cpp \
13 kmolcalc.cpp \ 13 kmolcalc.cpp \
@@ -21,6 +21,6 @@ INCLUDEPATH += $(OPIEDIR)/include
21DEPENDPATH += $(OPIEDIR)/include 21DEPENDPATH += $(OPIEDIR)/include
22 LIBS += -lqpe 22LIBS += -lqpe -lopiecore2
23 INTERFACES= calcdlg.ui 23INTERFACES = calcdlg.ui
24 24
25 TARGET= oxygen 25TARGET = oxygen
26 26