mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 20:04:00 +02:00
epic fail is epic
This commit is contained in:
@@ -27,9 +27,11 @@ qt4_add_resources( RCX_SRCS "resources.qrc" )
|
|||||||
qt4_wrap_cpp( googleMoc ${googleHeaders} )
|
qt4_wrap_cpp( googleMoc ${googleHeaders} )
|
||||||
add_library( tomahawk_account_google SHARED ${googleSources} ${googleMoc} ${googleMoc} ${RCX_SRCS} )
|
add_library( tomahawk_account_google SHARED ${googleSources} ${googleMoc} ${googleMoc} ${RCX_SRCS} )
|
||||||
|
|
||||||
|
include_directories( ${JREEN_INCLUDE_DIR} )
|
||||||
|
|
||||||
target_link_libraries( tomahawk_account_google
|
target_link_libraries( tomahawk_account_google
|
||||||
${QT_LIBRARIES}
|
${QT_LIBRARIES}
|
||||||
${LIBJREEN_LIBRARY}
|
${JREEN_LIBRARIES}
|
||||||
${OS_SPECIFIC_LINK_LIBRARIES}
|
${OS_SPECIFIC_LINK_LIBRARIES}
|
||||||
tomahawklib
|
tomahawklib
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user