Warning, /network/konqueror/sidebar/web_module/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ########### konqsidebar_web module ###############
0002 
0003 set(konqsidebar_web_PART_SRCS web_module.cpp )
0004 
0005 add_library(konqsidebar_web MODULE ${konqsidebar_web_PART_SRCS})
0006 
0007 target_link_libraries(konqsidebar_web
0008    KF${KF_MAJOR_VERSION}::KHtml
0009    KF${KF_MAJOR_VERSION}::Konq
0010    KF${KF_MAJOR_VERSION}::KIOGui
0011    konqsidebarplugin)
0012 
0013 install(TARGETS konqsidebar_web  DESTINATION ${KDE_INSTALL_PLUGINDIR} )
0014 
0015 ########### install files ###############
0016 
0017 install( FILES konqsidebar_web.desktop  DESTINATION  ${KDE_INSTALL_DATADIR}/konqsidebartng/plugins )