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:
parent
28a0ac7a2c
commit
c23422ff8e
@ -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)
|
||||
|
1
thirdparty/qtweetlib/CMakeLists.txt
vendored
1
thirdparty/qtweetlib/CMakeLists.txt
vendored
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user