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:
committed by
Christian Muehlhaeuser
parent
6d92d158bb
commit
32d82159d9
3
thirdparty/qtweetlib/CMakeLists.txt
vendored
3
thirdparty/qtweetlib/CMakeLists.txt
vendored
@@ -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 )
|
||||
|
Reference in New Issue
Block a user