~blue-shell/accounts/stable

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Àlex Fiestas
  • Date: 2014-03-12 14:26:00 UTC
  • Revision ID: git-v1:ab42f339b8094817a761bf3b8e442773ec398139
Adapt CMakeList to compile against libkgapi2

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
kde4_add_plugin(webaccounts ${webaccounts_SRCS})
88
88
 
89
89
target_link_libraries(webaccounts ${KDE4_KIO_LIBS} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY}
90
 
${KDEPIMLIBS_AKONADI_LIBS} ${KDEPIMLIBS_MAILTRANSPORT_LIBS} ${LibKGAPI_LIBRARY} ${TELEPATHY_QT4_LIBRARIES}
 
90
${KDEPIMLIBS_AKONADI_LIBS} ${KDEPIMLIBS_MAILTRANSPORT_LIBS} ${LibKGAPI2_LIBRARY} ${TELEPATHY_QT4_LIBRARIES}
91
91
${KTP_LIBRARIES} ${LibKFbAPI_LIBRARY} ${QJSON_LIBRARIES} ${QJSON_LIBRARY} ${KDEPIMLIBS_KPIMUTILS_LIBS})
92
92
 
93
93
install(TARGETS webaccounts DESTINATION ${PLUGIN_INSTALL_DIR})