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

Link to KF5::Attica with Qt5

* There is no CMake varibale for libattica's libs anymore.
This commit is contained in:
Uwe L. Korn 2014-03-20 19:30:26 +00:00
parent a03bbfc891
commit 98656205df

View File

@ -431,6 +431,9 @@ IF(LIBATTICA_FOUND)
SET( libGuiSources ${libGuiSources} AtticaManager.cpp )
INCLUDE_DIRECTORIES( ${LIBATTICA_INCLUDE_DIR} )
LIST(APPEND LINK_LIBRARIES ${LIBATTICA_LIBRARIES} ${LibAttica_LIBRARIES} ${QuaZip_LIBRARIES} )
IF( TOMAHAWK_QT5 )
LIST(APPEND LINK_LIBRARIES KF5::Attica )
ENDIF( TOMAHAWK_QT5 )
ENDIF(LIBATTICA_FOUND)
IF( WIN32 )