summaryrefslogtreecommitdiff
authordrw <drw>2004-02-23 17:48:25 (UTC)
committer drw <drw>2004-02-23 17:48:25 (UTC)
commitf5762a3bee0ca4a176048f6552acaea2af827914 (patch) (unidiff)
treeeca9184b48500e886f2749c226d92e1a1b54f774
parentd18aa0e530d397737ff7591f99596108c9dca69b (diff)
downloadopie-f5762a3bee0ca4a176048f6552acaea2af827914.zip
opie-f5762a3bee0ca4a176048f6552acaea2af827914.tar.gz
opie-f5762a3bee0ca4a176048f6552acaea2af827914.tar.bz2
Oxygen: libopie->libopie2
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/config.in2
-rw-r--r--noncore/apps/oxygen/main.cpp3
-rw-r--r--noncore/apps/oxygen/opie-oxygen.control2
-rw-r--r--noncore/apps/oxygen/oxygen.pro14
4 files changed, 10 insertions, 11 deletions
diff --git a/noncore/apps/oxygen/config.in b/noncore/apps/oxygen/config.in
index 809f3e6..b3e30ff 100644
--- a/noncore/apps/oxygen/config.in
+++ b/noncore/apps/oxygen/config.in
@@ -3,2 +3,2 @@
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/apps/oxygen/main.cpp b/noncore/apps/oxygen/main.cpp
index ac992aa..276b90d 100644
--- a/noncore/apps/oxygen/main.cpp
+++ b/noncore/apps/oxygen/main.cpp
@@ -17,5 +17,4 @@
17 17
18#include <opie2/oapplicationfactory.h>
18 19
19#include <qpe/qpeapplication.h>
20#include <opie/oapplicationfactory.h>
21#include "oxygen.h" 20#include "oxygen.h"
diff --git a/noncore/apps/oxygen/opie-oxygen.control b/noncore/apps/oxygen/opie-oxygen.control
index fc834f3..16051db 100644
--- a/noncore/apps/oxygen/opie-oxygen.control
+++ b/noncore/apps/oxygen/opie-oxygen.control
@@ -6,3 +6,3 @@ Maintainer: Carsten Niehaus <cniehaus@handhelds.org>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: Periodic System of the Elements 8Description: Periodic System of the Elements
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