Parcourir la source

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

Tobias Hieta il y a 8 ans
Parent
commit
bb144e12ea
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)