From 192a9ac380ea38bfd1d752354017f39b77fdf7ac Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 24 Mar 2011 12:37:26 -0400 Subject: [PATCH] Bring in QJson's ldflags to actually be able to get the right link information --- src/libtomahawk/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/CMakeLists.txt b/src/libtomahawk/CMakeLists.txt index d93171a9d..2a617f299 100644 --- a/src/libtomahawk/CMakeLists.txt +++ b/src/libtomahawk/CMakeLists.txt @@ -392,6 +392,7 @@ target_link_libraries( tomahawklib # External deps ${TAGLIB_LIBRARIES} + ${QJSON_LDFLAGS} ${QJSON_LIBRARIES} ${CLUCENE_LIBRARIES} ${LIBECHONEST_LIBRARY}