mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
show zeroconf icon
This commit is contained in:
@@ -19,8 +19,9 @@ include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ..
|
|||||||
${QT_INCLUDE_DIR}
|
${QT_INCLUDE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
qt4_add_resources( RC_SRCS "resources.qrc" )
|
||||||
qt4_wrap_cpp( zeroconfMoc ${zeroconfHeaders} )
|
qt4_wrap_cpp( zeroconfMoc ${zeroconfHeaders} )
|
||||||
add_library( tomahawk_sipzeroconf SHARED ${zeroconfSources} ${zeroconfMoc} )
|
add_library( tomahawk_sipzeroconf SHARED ${zeroconfSources} ${zeroconfMoc} ${RC_SRCS} )
|
||||||
|
|
||||||
IF( WIN32 )
|
IF( WIN32 )
|
||||||
SET( OS_SPECIFIC_LINK_LIBRARIES
|
SET( OS_SPECIFIC_LINK_LIBRARIES
|
||||||
|
Reference in New Issue
Block a user