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

0001 add_definitions(-DTRANSLATION_DOMAIN=\"webarchiver\")
0002 find_package(KF${KF_MAJOR_VERSION} REQUIRED COMPONENTS CoreAddons Parts)
0003 ecm_qt_declare_logging_category(webarchiverplugin_DEBUG_SRCS HEADER webarchiverdebug.h IDENTIFIER WEBARCHIVERPLUGIN_LOG CATEGORY_NAME org.kde.konqueror.webarchiver)
0004 
0005 ########### next target ###############
0006 
0007 set(webarchiverplugin_PART_SRCS plugin_webarchiver.cpp ${webarchiverplugin_DEBUG_SRCS})
0008 add_library(webarchiverplugin MODULE ${webarchiverplugin_PART_SRCS})
0009 target_include_directories(webarchiverplugin PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
0010 target_link_libraries(webarchiverplugin KF${KF_MAJOR_VERSION}::I18n KF${KF_MAJOR_VERSION}::Parts Qt${KF_MAJOR_VERSION}::Core Qt${KF_MAJOR_VERSION}::Widgets KF${KF_MAJOR_VERSION}::Konq)
0011 
0012 konqueror_install_plugin_in_namespaces(webarchiverplugin)
0013 
0014 ecm_install_icons(
0015     ICONS 16-actions-webarchiver.png 22-actions-webarchiver.png
0016     DESTINATION ${KDE_INSTALL_ICONDIR}
0017     THEME hicolor
0018 )
0019 
0020 ########### subdirectories ###############
0021 
0022 add_subdirectory(app)
0023 add_subdirectory(thumbnailer)