mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Bump required Qt version to 5.8 to support Q_NAMESPACE
This commit is contained in:
parent
c4ba832331
commit
10eb64de81
2 changed files with 5 additions and 4 deletions
|
@ -42,8 +42,8 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- CXX_COMPILER=g++-8
|
- CXX_COMPILER=g++-8
|
||||||
- C_COMPILER=gcc-8
|
- C_COMPILER=gcc-8
|
||||||
- QT_VERSION=571
|
- QT_VERSION=58
|
||||||
- QT_PKG=57
|
- QT_PKG=58
|
||||||
- USE_BUNDLED_BOOST=1
|
- USE_BUNDLED_BOOST=1
|
||||||
- USE_BUNDLED_CMARK=1
|
- USE_BUNDLED_CMARK=1
|
||||||
- USE_BUNDLED_JSON=1
|
- USE_BUNDLED_JSON=1
|
||||||
|
|
|
@ -89,8 +89,9 @@ sudo port install nheko
|
||||||
|
|
||||||
### Build Requirements
|
### Build Requirements
|
||||||
|
|
||||||
- Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
|
- Qt5 (5.8 or greater). Qt 5.7 adds support for color font rendering with
|
||||||
Freetype, which is essential to properly support emoji.
|
Freetype, which is essential to properly support emoji, 5.8 adds some features
|
||||||
|
to make interopability with Qml easier.
|
||||||
- CMake 3.1 or greater.
|
- CMake 3.1 or greater.
|
||||||
- [mtxclient](https://github.com/Nheko-Reborn/mtxclient)
|
- [mtxclient](https://github.com/Nheko-Reborn/mtxclient)
|
||||||
- [LMDB](https://symas.com/lightning-memory-mapped-database/)
|
- [LMDB](https://symas.com/lightning-memory-mapped-database/)
|
||||||
|
|
Loading…
Reference in a new issue