1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-29 12:39:28 +01:00

More build fixes

This commit is contained in:
Guillermo A. Amaral 2011-03-25 07:58:35 +08:00 committed by Christian Muehlhaeuser
parent 28a0ac7a2c
commit c23422ff8e
2 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,7 @@ IF( APPLE )
ENDIF( APPLE )
IF(GLOOX_FOUND)
INCLUDE_DIRECTORIES( ${GLOOX_INCLUDE_DIR} )
SET( tomahawkHeaders ${tomahawkHeaders} xmppbot/xmppbot.h )
SET( tomahawkSources ${tomahawkSources} xmppbot/xmppbot.cpp )
ENDIF(GLOOX_FOUND)

View File

@ -181,6 +181,7 @@ endif(APPLE)
target_link_libraries(tomahawk_qtweetlib
${QT_LIBRARIES}
${QJSON_FLAGS}
${QJSON_LIBRARIES}
)
INCLUDE( ${CMAKE_CURRENT_SOURCE_DIR}/twitter-api-keys )