1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 11:04:01 +02:00

epic fail is epic

This commit is contained in:
Dominik Schmidt
2012-03-15 03:29:52 +01:00
parent 232409b1c4
commit f65b9d7f6f

View File

@@ -27,9 +27,11 @@ qt4_add_resources( RCX_SRCS "resources.qrc" )
qt4_wrap_cpp( googleMoc ${googleHeaders} )
add_library( tomahawk_account_google SHARED ${googleSources} ${googleMoc} ${googleMoc} ${RCX_SRCS} )
include_directories( ${JREEN_INCLUDE_DIR} )
target_link_libraries( tomahawk_account_google
${QT_LIBRARIES}
${LIBJREEN_LIBRARY}
${JREEN_LIBRARIES}
${OS_SPECIFIC_LINK_LIBRARIES}
tomahawklib
)