1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

Require QJson 0.8.1

This commit is contained in:
Teo Mrnjavac
2013-08-05 17:45:25 +02:00
parent f6c2140f39
commit 9fd383d4f9

View File

@@ -232,7 +232,7 @@ macro_log_feature(ECHONEST_FOUND "Echonest" "Qt library for communicating with T
macro_optional_find_package(CLucene 0.9.23)
macro_log_feature(CLucene_FOUND "CLucene" "The open-source, C++ search engine" "http://clucene.sf.net" TRUE "" "CLucene is used for indexing the collection")
macro_optional_find_package(QJSON)
macro_optional_find_package(QJSON 0.8.1)
macro_log_feature(QJSON_FOUND "QJson" "Qt library that maps JSON data to QVariant objects" "http://qjson.sf.net" TRUE "" "libqjson is used for encoding communication between Tomahawk instances")
macro_optional_find_package(Taglib 1.6.0)