summaryrefslogtreecommitdiff
authoralwin <alwin>2004-03-02 19:12:15 (UTC)
committer alwin <alwin>2004-03-02 19:12:15 (UTC)
commitd07327ddaab9214cde73081794dc13e33e1a1279 (patch) (side-by-side diff)
treea7024c53408c23cb9f6fd8a3e4105fe6a5d7b46c
parentae7883ed13d0f137aa6d505dd1db92c85d57c389 (diff)
downloadopie-d07327ddaab9214cde73081794dc13e33e1a1279.zip
opie-d07327ddaab9214cde73081794dc13e33e1a1279.tar.gz
opie-d07327ddaab9214cde73081794dc13e33e1a1279.tar.bz2
failure while linking due a typo (please - check your changes before
commit)
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/showimg/showimg.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro
index 94fb162..ec1d385 100644
--- a/noncore/multimedia/showimg/showimg.pro
+++ b/noncore/multimedia/showimg/showimg.pro
@@ -4,6 +4,6 @@ SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settin
TARGET = showimg
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lopiecore2 -l opieui2
+LIBS += -lqpe -lopiecore2 -lopieui2
include ( $(OPIEDIR)/include.pro )