mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Include qjson headers in playdarapi compilation
This commit is contained in:
@@ -10,7 +10,7 @@ list(APPEND ${TOMAHAWK_PLAYDARAPI_LIBRARY_TARGET}_SOURCES
|
||||
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}
|
||||
SOURCES ${${TOMAHAWK_PLAYDARAPI_LIBRARY_TARGET}_SOURCES}
|
||||
|
Reference in New Issue
Block a user