mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-30 09:10:53 +02:00
* Fix build on OS/X.
This commit is contained in:
@@ -36,6 +36,7 @@ target_link_libraries( sip_jabber
|
||||
${QT_LIBRARIES}
|
||||
${GLOOX_LIBRARIES}
|
||||
${OS_SPECIFIC_LINK_LIBRARIES}
|
||||
tomahawklib
|
||||
)
|
||||
|
||||
IF( APPLE )
|
||||
|
@@ -43,6 +43,7 @@ ENDIF( WIN32 )
|
||||
target_link_libraries( sip_twitter
|
||||
${QT_LIBRARIES}
|
||||
${OS_SPECIFIC_LINK_LIBRARIES}
|
||||
tomahawklib
|
||||
)
|
||||
|
||||
IF( APPLE )
|
||||
|
@@ -34,6 +34,7 @@ ENDIF( WIN32 )
|
||||
target_link_libraries( sip_zeroconf
|
||||
${QT_LIBRARIES}
|
||||
${OS_SPECIFIC_LINK_LIBRARIES}
|
||||
tomahawklib
|
||||
)
|
||||
|
||||
IF( APPLE )
|
||||
|
Reference in New Issue
Block a user