1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 21:02:26 +02:00

Fix to allow building with dependencies that are outside the usual system locations.

This commit is contained in:
Guillermo A. Amaral
2011-03-25 04:19:37 +08:00
committed by Christian Muehlhaeuser
parent 6d92d158bb
commit 32d82159d9
5 changed files with 8 additions and 4 deletions

View File

@@ -164,6 +164,7 @@ include_directories(
.
${QT_INCLUDE_DIR}
${QT_INCLUDES}
${QJSON_INCLUDE_DIR}
qtweetlib/src
)
@@ -173,7 +174,7 @@ ADD_LIBRARY(tomahawk_qtweetlib SHARED ${TOMAHAWK_QTWEETLIB_SOURCES} ${TOMAHAWK_Q
target_link_libraries(tomahawk_qtweetlib
${QT_LIBRARIES}
qjson
${QJSON_LIBRARIES}
)
INCLUDE( ${CMAKE_CURRENT_SOURCE_DIR}/twitter-api-keys )