Add boost to the include path

This commit is contained in:
Correl Roush 2010-06-04 17:06:05 -04:00
parent 17e73fa9dc
commit 240cbd3c2e

View file

@ -7,6 +7,7 @@ find_package (Qt4 REQUIRED)
set (QT_DONT_USE_QTGUI TRUE)
set (QT_USE_QTNETWORK TRUE)
find_package (Boost REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})
include (${QT_USE_FILE})
set (LIBS ${QT_LIBRARIES})