Require qt 4.8.1
This is the version present in Ubuntu Precise (LTS).
This commit is contained in:
parent
1489191794
commit
9cb1ed5126
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user