summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-03-29 13:07:38 (UTC)
committer mickeyl <mickeyl>2004-03-29 13:07:38 (UTC)
commitcd879a585306fadcfa3ca64025b9f2a5d7aeaace (patch) (unidiff)
tree18cdf47848e7270df7fd9bc3ceccd39b42bcfe42
parent0b450f97843d3cf062d1e7e07b52a958e7c64b30 (diff)
downloadopie-cd879a585306fadcfa3ca64025b9f2a5d7aeaace.zip
opie-cd879a585306fadcfa3ca64025b9f2a5d7aeaace.tar.gz
opie-cd879a585306fadcfa3ca64025b9f2a5d7aeaace.tar.bz2
remove bogus libopie dependency
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/euroconv/config.in2
-rw-r--r--noncore/tools/euroconv/euroconv.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/tools/euroconv/config.in b/noncore/tools/euroconv/config.in
index 98dbf9d..cb3a410 100644
--- a/noncore/tools/euroconv/config.in
+++ b/noncore/tools/euroconv/config.in
@@ -1,4 +1,4 @@
1 config EUROCONV 1 config EUROCONV
2 boolean "opie-euroconv (Converts currencies between different european formats)" 2 boolean "opie-euroconv (Converts currencies between different european formats)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 )
diff --git a/noncore/tools/euroconv/euroconv.pro b/noncore/tools/euroconv/euroconv.pro
index 61b7926..79a58a1 100644
--- a/noncore/tools/euroconv/euroconv.pro
+++ b/noncore/tools/euroconv/euroconv.pro
@@ -3,11 +3,11 @@ HEADERS = calcdisplay.h \
3 calckeypad.h 3 calckeypad.h
4 SOURCES = calcdisplay.cpp \ 4 SOURCES = calcdisplay.cpp \
5 calckeypad.cpp \ 5 calckeypad.cpp \
6 main.cpp 6 main.cpp
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe
10 INTERFACES= 10 INTERFACES=
11TARGET = euroconv 11TARGET = euroconv
12 12
13include ( $(OPIEDIR)/include.pro ) 13include ( $(OPIEDIR)/include.pro )