Browse Source

Don't require Qt 5.7.1 - we are not shipping that ourselves yet

Tobias Hieta 8 years ago
parent
commit
bb144e12ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeModules/QtConfiguration.cmake

+ 1 - 1
CMakeModules/QtConfiguration.cmake

@@ -29,7 +29,7 @@ list(APPEND CMAKE_FIND_ROOT_PATH ${QTROOT})
 list(APPEND CMAKE_PREFIX_PATH ${QTROOT})
 include_directories(${QTROOT}/include)
 
-set(REQUIRED_QT_VERSION "5.7.1")
+set(REQUIRED_QT_VERSION "5.7.0")
 
 set(QTCONFIGROOT ${QTROOT}/lib/cmake/Qt5)
 set(components Core Network WebChannel Qml Quick Xml WebEngine Widgets)