Require qt 4.8.1

This is the version present in Ubuntu Precise (LTS).
This commit is contained in:
John Maguire 2016-03-31 15:06:59 +01:00
parent 1489191794
commit 9cb1ed5126

View File

@ -32,7 +32,7 @@ if (UNIX AND NOT APPLE)
set(LINUX 1)
endif (UNIX AND NOT APPLE)
find_package(Qt4 4.5.0 REQUIRED QtCore QtGui QtOpenGL QtSql QtNetwork QtXml)
find_package(Qt4 4.8.1 REQUIRED QtCore QtGui QtOpenGL QtSql QtNetwork QtXml)
if(NOT APPLE)
find_package(Qt4 COMPONENTS QtWebKit)