1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

Include qjson headers in playdarapi compilation

This commit is contained in:
Leo Franchi
2014-03-25 19:15:31 -04:00
parent cf075a6d1a
commit ded7684227

View File

@@ -10,7 +10,7 @@ list(APPEND ${TOMAHAWK_PLAYDARAPI_LIBRARY_TARGET}_SOURCES
list(APPEND ${TOMAHAWK_PLAYDARAPI_LIBRARY_TARGET}_UI list(APPEND ${TOMAHAWK_PLAYDARAPI_LIBRARY_TARGET}_UI
) )
include_directories(${QXTWEB_INCLUDE_DIRS}) include_directories(${QXTWEB_INCLUDE_DIRS} ${QJSON_INCLUDE_DIR})
tomahawk_add_library(${TOMAHAWK_PLAYDARAPI_LIBRARY_TARGET} tomahawk_add_library(${TOMAHAWK_PLAYDARAPI_LIBRARY_TARGET}
SOURCES ${${TOMAHAWK_PLAYDARAPI_LIBRARY_TARGET}_SOURCES} SOURCES ${${TOMAHAWK_PLAYDARAPI_LIBRARY_TARGET}_SOURCES}