author | mickeyl <mickeyl> | 2004-03-29 13:07:38 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-29 13:07:38 (UTC) |
commit | cd879a585306fadcfa3ca64025b9f2a5d7aeaace (patch) (unidiff) | |
tree | 18cdf47848e7270df7fd9bc3ceccd39b42bcfe42 | |
parent | 0b450f97843d3cf062d1e7e07b52a958e7c64b30 (diff) | |
download | opie-cd879a585306fadcfa3ca64025b9f2a5d7aeaace.zip opie-cd879a585306fadcfa3ca64025b9f2a5d7aeaace.tar.gz opie-cd879a585306fadcfa3ca64025b9f2a5d7aeaace.tar.bz2 |
remove bogus libopie dependency
-rw-r--r-- | noncore/tools/euroconv/config.in | 2 | ||||
-rw-r--r-- | noncore/tools/euroconv/euroconv.pro | 2 |
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 | |||
@@ -1,13 +1,13 @@ | |||
1 | CONFIG = qt warn_on quick-app | 1 | CONFIG = qt warn_on quick-app |
2 | HEADERS = calcdisplay.h \ | 2 | 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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | TARGET = euroconv | 11 | TARGET = euroconv |
12 | 12 | ||
13 | include ( $(OPIEDIR)/include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |