diff -r 9f2bd885d773 -r ffd71e99a4f0 QTfrontend/CMakeLists.txt --- a/QTfrontend/CMakeLists.txt Fri Feb 22 06:38:46 2013 +0100 +++ b/QTfrontend/CMakeLists.txt Fri Feb 22 06:39:16 2013 +0100 @@ -58,7 +58,7 @@ 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(${PHYSLAYER_INCLUDE_DIR}) if(UNIX) @@ -206,6 +206,7 @@ list(APPEND HW_LINK_LIBS ${PHYSFS_LIBRARY} + ${PHYSLAYER_LIBRARY} ${QT_LIBRARIES} ${SDL_LIBRARY} ${SDLMIXER_LIBRARY}