1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 20:00:13 +02: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 ) ENDIF( APPLE )
IF(GLOOX_FOUND) IF(GLOOX_FOUND)
INCLUDE_DIRECTORIES( ${GLOOX_INCLUDE_DIR} )
SET( tomahawkHeaders ${tomahawkHeaders} xmppbot/xmppbot.h ) SET( tomahawkHeaders ${tomahawkHeaders} xmppbot/xmppbot.h )
SET( tomahawkSources ${tomahawkSources} xmppbot/xmppbot.cpp ) SET( tomahawkSources ${tomahawkSources} xmppbot/xmppbot.cpp )
ENDIF(GLOOX_FOUND) ENDIF(GLOOX_FOUND)

View File

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