summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-09-03 20:24:27 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:06:14 +0100
commit10eb64de812346958e6a34dca3e7165207b71b63 (patch)
tree1acf517995c547db13d2afca36a9730a5aa33a6f
parentFix misc CI issues (diff)
downloadnheko-10eb64de812346958e6a34dca3e7165207b71b63.tar.xz
Bump required Qt version to 5.8 to support Q_NAMESPACE
-rw-r--r--.travis.yml4
-rw-r--r--README.md5
2 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml

index 305bafc8..078611a0 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -42,8 +42,8 @@ matrix: env: - CXX_COMPILER=g++-8 - C_COMPILER=gcc-8 - - QT_VERSION=571 - - QT_PKG=57 + - QT_VERSION=58 + - QT_PKG=58 - USE_BUNDLED_BOOST=1 - USE_BUNDLED_CMARK=1 - USE_BUNDLED_JSON=1 diff --git a/README.md b/README.md
index 4dd4c121..efa37e89 100644 --- a/README.md +++ b/README.md
@@ -89,8 +89,9 @@ sudo port install nheko ### Build Requirements -- Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with - Freetype, which is essential to properly support emoji. +- Qt5 (5.8 or greater). Qt 5.7 adds support for color font rendering with + Freetype, which is essential to properly support emoji, 5.8 adds some features + to make interopability with Qml easier. - CMake 3.1 or greater. - [mtxclient](https://github.com/Nheko-Reborn/mtxclient) - [LMDB](https://symas.com/lightning-memory-mapped-database/)