From f65b9d7f6f0b2124ef4d2a34f01bd62f0cc9e23b Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 15 Mar 2012 03:29:52 +0100 Subject: [PATCH] epic fail is epic --- src/accounts/xmpp/googlewrapper/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/accounts/xmpp/googlewrapper/CMakeLists.txt b/src/accounts/xmpp/googlewrapper/CMakeLists.txt index 62a7e6c25..b7631e19b 100644 --- a/src/accounts/xmpp/googlewrapper/CMakeLists.txt +++ b/src/accounts/xmpp/googlewrapper/CMakeLists.txt @@ -27,9 +27,11 @@ qt4_add_resources( RCX_SRCS "resources.qrc" ) qt4_wrap_cpp( googleMoc ${googleHeaders} ) add_library( tomahawk_account_google SHARED ${googleSources} ${googleMoc} ${googleMoc} ${RCX_SRCS} ) +include_directories( ${JREEN_INCLUDE_DIR} ) + target_link_libraries( tomahawk_account_google ${QT_LIBRARIES} - ${LIBJREEN_LIBRARY} + ${JREEN_LIBRARIES} ${OS_SPECIFIC_LINK_LIBRARIES} tomahawklib )