1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-25 20:33:20 +01:00

* Unbreak OSX compile.

This commit is contained in:
Christian Muehlhaeuser 2011-02-13 16:05:04 +01:00
parent 0d93a2afee
commit 0934b443f4

View File

@ -346,11 +346,12 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
ENDIF( APPLE )
IF( UNIX AND NOT APPLE )
SET( OS_SPECIFIC_LINK_LIBRARIES
${OS_SPECIFIC_LINK_LIBRARIES}
alsaplayback
)
ENDIF( UNIX AND NOT APPLE )
qt4_wrap_ui( libUI_H ${libUI} )
qt4_wrap_cpp( libMoc ${libHeaders} )