1
0
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:
Christian Muehlhaeuser
2011-02-23 01:49:56 +01:00
parent 720769fe5a
commit c6466bdf5c
4 changed files with 9 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ target_link_libraries( sip_jabber
${QT_LIBRARIES}
${GLOOX_LIBRARIES}
${OS_SPECIFIC_LINK_LIBRARIES}
tomahawklib
)
IF( APPLE )

View File

@@ -43,6 +43,7 @@ ENDIF( WIN32 )
target_link_libraries( sip_twitter
${QT_LIBRARIES}
${OS_SPECIFIC_LINK_LIBRARIES}
tomahawklib
)
IF( APPLE )

View File

@@ -34,6 +34,7 @@ ENDIF( WIN32 )
target_link_libraries( sip_zeroconf
${QT_LIBRARIES}
${OS_SPECIFIC_LINK_LIBRARIES}
tomahawklib
)
IF( APPLE )