summaryrefslogtreecommitdiff
path: root/noncore/tools
authormickeyl <mickeyl>2004-03-29 13:07:38 (UTC)
committer mickeyl <mickeyl>2004-03-29 13:07:38 (UTC)
commitcd879a585306fadcfa3ca64025b9f2a5d7aeaace (patch) (side-by-side diff)
tree18cdf47848e7270df7fd9bc3ceccd39b42bcfe42 /noncore/tools
parent0b450f97843d3cf062d1e7e07b52a958e7c64b30 (diff)
downloadopie-cd879a585306fadcfa3ca64025b9f2a5d7aeaace.zip
opie-cd879a585306fadcfa3ca64025b9f2a5d7aeaace.tar.gz
opie-cd879a585306fadcfa3ca64025b9f2a5d7aeaace.tar.bz2
remove bogus libopie dependency
Diffstat (limited to 'noncore/tools') (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 @@
config EUROCONV
boolean "opie-euroconv (Converts currencies between different european formats)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ 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
@@ -6,7 +6,7 @@ SOURCES = calcdisplay.cpp \
main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lopie
+LIBS += -lqpe
INTERFACES =
TARGET = euroconv