Update Qt minimum version

This commit is contained in:
Jason Haslam 2018-12-30 19:26:55 -07:00
parent 9472fc5f9e
commit 29a3bd41c1
2 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@ set(QT_MODULES
) )
set(Qt5_DIR ${CMAKE_BINARY_DIR}/../qt/qtbase/lib/cmake/Qt5 CACHE PATH "") set(Qt5_DIR ${CMAKE_BINARY_DIR}/../qt/qtbase/lib/cmake/Qt5 CACHE PATH "")
find_package(Qt5 COMPONENTS ${QT_MODULES} REQUIRED) find_package(Qt5 5.9 COMPONENTS ${QT_MODULES} REQUIRED)
add_subdirectory(dep) add_subdirectory(dep)
add_subdirectory(src) add_subdirectory(src)

View File

@ -41,7 +41,7 @@ by system libraries.
**External Dependencies** **External Dependencies**
* Qt (required, version 5.12+ is recommended) * Qt (required >= 5.9)
**Included Dependencies** **Included Dependencies**
@ -106,9 +106,9 @@ your contributions under the terms of the license.
Contribute by following the typical Contribute by following the typical
[GitHub workflow](https://guides.github.com/introduction/flow/index.html) [GitHub workflow](https://guides.github.com/introduction/flow/index.html)
for pull requests. Fork the repository and make changes on a new named for pull requests. Fork the repository and make changes on a new named
branch. Create pull requests against the `master` branch. Follow the branch. Create pull requests against the `master` branch. Follow the
[seven guidlines](https://chris.beams.io/posts/git-commit/) to writing a great [seven guidelines](https://chris.beams.io/posts/git-commit/) to writing a
commit message. great commit message.
License License
------- -------