@ -234,7 +234,7 @@ if (HAVE_UNORDERED_MAP)
endif ()
set(BOOST_COMPONENTS system filesystem program_options)
set(BOOST_COMPONENTS system filesystem program_options locale)
IF(BOOST_STATIC)
set(Boost_USE_STATIC_LIBS ON)
@ -144,7 +144,7 @@ if(WIN32)
set(QT_USE_QTMAIN TRUE)
endif(WIN32)
set(BOOST_COMPONENTS system filesystem program_options thread wave)
set(BOOST_COMPONENTS system filesystem program_options thread wave locale)
find_package(Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS})
find_package(Qt4 COMPONENTS QtCore QtGui QtNetwork REQUIRED)
@ -82,7 +82,7 @@ add_openmw_dir (mwbase
)
# Main executable
IF(OGRE_STATIC)