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:
parent
a03bbfc891
commit
98656205df
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user