From kde-commits Tue Jul 24 14:45:07 2012 From: Till Adam Date: Tue, 24 Jul 2012 14:45:07 +0000 To: kde-commits Subject: [libkgapi] /: Fix the mac build. Message-Id: <20120724144507.B272EA6094 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=134314137200529 Git commit c24e58b6601c62bb335656b16252aae081fd1be8 by Till Adam. Committed on 24/07/2012 at 16:45. Pushed by tilladam into branch 'master'. Fix the mac build. M +2 -1 libkgapi/CMakeLists.txt M +2 -1 tests/CMakeLists.txt http://commits.kde.org/akonadi-google/c24e58b6601c62bb335656b16252aae081fd1= be8 diff --git a/libkgapi/CMakeLists.txt b/libkgapi/CMakeLists.txt index 28ef31c..60ffa42 100644 --- a/libkgapi/CMakeLists.txt +++ b/libkgapi/CMakeLists.txt @@ -69,7 +69,8 @@ target_link_libraries(kgapi ${KDE4_KDEUI_LIBS} ${KDEPIMLIBS_KABC_LIBS} ${KDEPIMLIBS_KMIME_LIBS} - ${qjson_LIBRARIES} # for Debian + ${qjson_LIBRARIES} # for Debian + ${QJSON_LIBRARY} # for Mac OSX ${QJSON_LIBRARIES} ${QT_QTCORE_LIBRARY} ${QT_QTWEBKIT_LIBRARY} diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c73d578..c72d069 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -9,6 +9,7 @@ MACRO(LIBKGOOGLE_TESTS) ${KDEPIMLIBS_KMIME_LIBS} ${KDEPIMLIBS_KCALCORE_LIBS} ${qjson_LIBRARIES} # for Debian + ${QJSON_LIBRARY} # for Mac O= SX ${QJSON_LIBRARIES} ${KDE4_KIO_LIBS} ${KDE4_KDEUI_LIBS} @@ -30,4 +31,4 @@ LIBKGOOGLE_TESTS( servicescontactstests serviceslatitudetests servicestaskstests -) \ No newline at end of file +)