diff -r 1dedcc37bfe8 -r 1853628ae285 QTfrontend/CMakeLists.txt --- a/QTfrontend/CMakeLists.txt Fri Feb 22 05:05:32 2013 +0100 +++ b/QTfrontend/CMakeLists.txt Fri Feb 22 05:15:48 2013 +0100 @@ -57,8 +57,10 @@ include_directories(${SDL_INCLUDE_DIR}) include_directories(${SDLMIXER_INCLUDE_DIR}) include_directories(${FFMPEG_INCLUDE_DIR}) +include_directories(${PHYSFS_INCLUDE_DIR}) include_directories(${CMAKE_SOURCE_DIR}/misc/physfs/src) -include_directories(${CMAKE_SOURCE_DIR}/misc/physfs/extras) + + if(UNIX) # HACK: in freebsd cannot find iconv.h included via SDL.h include_directories("/usr/local/include") @@ -203,7 +205,7 @@ endif() list(APPEND HW_LINK_LIBS - physfs + ${PHYSFS_LIBRARY} ${QT_LIBRARIES} ${SDL_LIBRARY} ${SDLMIXER_LIBRARY}