Build fix for Gentoo.

Fixes issue #1314
Thanks Nickollai.
This commit is contained in:
John Maguire 2011-01-18 13:54:32 +00:00
parent 472ab04e97
commit b10422c575
1 changed files with 1 additions and 0 deletions

View File

@ -766,6 +766,7 @@ endif(HAVE_SCRIPTING_PYTHON)
if(HAVE_REMOTE)
include_directories(${QJSON_INCLUDE_DIRS})
link_directories(${QJSON_LIBRARY_DIRS})
list(APPEND HEADERS remote/httpserver.h)
list(APPEND HEADERS remote/httpconnection.h)
list(APPEND SOURCES remote/httpserver.cpp)