author | alwin <alwin> | 2004-03-02 19:12:15 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-03-02 19:12:15 (UTC) |
commit | d07327ddaab9214cde73081794dc13e33e1a1279 (patch) (unidiff) | |
tree | a7024c53408c23cb9f6fd8a3e4105fe6a5d7b46c | |
parent | ae7883ed13d0f137aa6d505dd1db92c85d57c389 (diff) | |
download | opie-d07327ddaab9214cde73081794dc13e33e1a1279.zip opie-d07327ddaab9214cde73081794dc13e33e1a1279.tar.gz opie-d07327ddaab9214cde73081794dc13e33e1a1279.tar.bz2 |
failure while linking due a typo (please - check your changes before
commit)
-rw-r--r-- | noncore/multimedia/showimg/showimg.pro | 2 |
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 | |||
@@ -3,7 +3,7 @@ HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h | |||
3 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp | 3 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp |
4 | TARGET = showimg | 4 | TARGET = showimg |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopiecore2 -l opieui2 | 7 | LIBS += -lqpe -lopiecore2 -lopieui2 |
8 | 8 | ||
9 | include ( $(OPIEDIR)/include.pro ) | 9 | include ( $(OPIEDIR)/include.pro ) |