mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-02-26 21:03:31 +01:00
* Enable SVG support in CMakeLists.txt.
This commit is contained in:
parent
d9c8ef9273
commit
6236959ad4
@ -4,6 +4,7 @@ SET( QT_USE_QTGUI TRUE )
|
||||
SET( QT_USE_QTSQL TRUE )
|
||||
SET( QT_USE_QTNETWORK TRUE )
|
||||
SET( QT_USE_QTXML TRUE )
|
||||
SET( QT_USE_QTSVG TRUE )
|
||||
SET( QT_USE_QTUITOOLS TRUE )
|
||||
|
||||
IF( UNIX AND NOT APPLE )
|
||||
@ -469,6 +470,7 @@ TARGET_LINK_LIBRARIES( tomahawklib
|
||||
${QT_QTSCRIPT_LIBRARY}
|
||||
${QT_QTNETWORK_LIBRARY}
|
||||
${QT_QTXML_LIBRARY}
|
||||
${QT_QTSVG_LIBRARY}
|
||||
${QT_QTCORE_LIBRARY}
|
||||
${OS_SPECIFIC_LINK_LIBRARIES}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
|
Loading…
x
Reference in New Issue
Block a user