Use Qt LTS

This commit is contained in:
Chocobozzz 2016-03-28 11:40:37 +02:00
parent 4898d20ce2
commit 7c9d177755
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ if (UNIX AND NOT APPLE)
set(LINUX 1)
endif (UNIX AND NOT APPLE)
# See https://bugreports.qt.io/browse/QTBUG-43859
set(QT_MIN_VERSION 5.4.2)
set(QT_MIN_VERSION 5.6.0)
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Core OpenGL Sql Network Xml Widgets Concurrent Test)
find_package(X11)