summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave-sdl
Unidiff
Diffstat (limited to 'noncore/games/sfcave-sdl') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/sfcave-sdl/sfcave-sdl.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/games/sfcave-sdl/sfcave-sdl.pro b/noncore/games/sfcave-sdl/sfcave-sdl.pro
index 2d4dcf1..8372919 100644
--- a/noncore/games/sfcave-sdl/sfcave-sdl.pro
+++ b/noncore/games/sfcave-sdl/sfcave-sdl.pro
@@ -53,3 +53,10 @@ HEADERS = animatedimage.h \
53 util.h 53 util.h
54 54
55include ( $(OPIEDIR)/include.pro ) 55include ( $(OPIEDIR)/include.pro )
56
57!isEmpty( LIBSDL_INC_DIR ) {
58 INCLUDEPATH = $$LIBSDL_INC_DIR $$INCLUDEPATH
59}
60!isEmpty( LIBSDL_LIB_DIR ) {
61 LIBS = -L$$LIBSDL_LIB_DIR $$LIBS
62}