1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 01:00:13 +02:00

Add QtWebKit as required dependency for Qt>5.6, fix cmake configuration errors on OSX

This commit is contained in:
Hugo Lindström
2019-12-08 16:03:58 +08:00
parent 299f033ef9
commit 18b42539e4
3 changed files with 7 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ You can download one of our nightly or stable builds:
Required dependencies:
* [CMake 3](http://www.cmake.org/)
* [Qt 5.4.0](http://qt-project.org/)
* [Qt >= 5.4.0](http://qt-project.org/)
* [VLC 2.1.0](https://videolan.org/vlc/)
* [SQLite 3.6.22](http://www.sqlite.org/)
* [TagLib 1.8](https://taglib.github.io/)
@@ -90,6 +90,10 @@ Required dependencies:
* [Sparsehash](https://code.google.com/p/sparsehash/)
* [GnuTLS](http://gnutls.org/)
If you are using Qt>5.6 you need to build and install QtWebKit
* [QtWebKit](https://github.com/qt/qtwebkit)
The following dependencies are optional (but *recommended*):
* [Jreen 1.1.1](http://qutim.org/jreen/)