author | llornkcor <llornkcor> | 2004-04-26 10:29:33 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-04-26 10:29:33 (UTC) |
commit | caf74b437544a95410bbd030045e15e4dcaa91f0 (patch) (side-by-side diff) | |
tree | 86a0b3373aa4074339f7cfd467ff1fa9bb3d6deb /noncore/games | |
parent | f6a98984fcb0dfc7e176636560b7cc1adacf38f2 (diff) | |
download | opie-caf74b437544a95410bbd030045e15e4dcaa91f0.zip opie-caf74b437544a95410bbd030045e15e4dcaa91f0.tar.gz opie-caf74b437544a95410bbd030045e15e4dcaa91f0.tar.bz2 |
remove non needed lib link
-rwxr-xr-x | noncore/games/solitaire/solitaire.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 9c653a7..d9f882d 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro @@ -14,7 +14,7 @@ TARGET = patience INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lopiecore2 +LIBS += -lqpe include ( $(OPIEDIR)/include.pro ) |