set(MGL_HAVE_QT4 1)
FIND_PACKAGE(Qt4 4.8 REQUIRED QtCore QtGui QtNetwork QtWebKit)
if(NOT QT4_FOUND)
	message(SEND_ERROR "Couldn't find Qt4 library.")
endif(NOT QT4_FOUND)
include(${QT_USE_FILE})
