qt5.patch 401 B

12345678910111213
  1. diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
  2. --- a/CMakeLists.txt 2017-12-02 10:27:41.000000000 +0300
  3. +++ b/CMakeLists.txt 2017-12-16 13:36:51.970738394 +0300
  4. @@ -26,7 +26,7 @@
  5. include(ECMQtDeclareLoggingCategory)
  6. include(ECMCoverageOption)
  7. -set(QT_REQUIRED_VERSION "5.8.0")
  8. +set(QT_REQUIRED_VERSION "5.7.1")
  9. find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Gui XmlPatterns Test)