1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

Link attica publicly.

This commit is contained in:
Christian Muehlhaeuser 2015-01-25 18:40:56 +01:00
parent 597407ec88
commit aacb375483

View File

@ -411,7 +411,7 @@ IF(LIBATTICA_FOUND)
INCLUDE_DIRECTORIES( ${LIBATTICA_INCLUDE_DIR} )
LIST(APPEND PRIVATE_LINK_LIBRARIES ${LIBATTICA_LIBRARIES} ${LibAttica_LIBRARIES} ${QuaZip_LIBRARIES} )
IF( TOMAHAWK_QT5 )
LIST(APPEND PRIVATE_LINK_LIBRARIES KF5::Attica )
LIST(APPEND LINK_LIBRARIES KF5::Attica )
ENDIF( TOMAHAWK_QT5 )
ENDIF(LIBATTICA_FOUND)