diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-25 02:14:36 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-25 02:14:36 +0100 |
commit | 85a0f0d8f7cf37ba74182e0f9f94e69fe8c9bf61 (patch) | |
tree | 20a4546e0fd5e98612d7f1ac6ce3c34a4e7d2f13 /src/adblock/CMakeLists.txt | |
parent | Last history fixes (diff) | |
download | rekonq-85a0f0d8f7cf37ba74182e0f9f94e69fe8c9bf61.tar.xz |
Moving (back?) to konqueror adblock support.
This will be useful (if someone is interested) in pushing our patches
directly on khtml filter engine.
Diffstat (limited to 'src/adblock/CMakeLists.txt')
-rw-r--r-- | src/adblock/CMakeLists.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/adblock/CMakeLists.txt b/src/adblock/CMakeLists.txt deleted file mode 100644 index f2785811..00000000 --- a/src/adblock/CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ - -ADD_DEFINITIONS ( ${KDE4_DEFINITIONS} ) - -SET(kcm_webkitadblock_SRCS - kcmwebkitadblock.cpp -) - -kde4_add_ui_files(kcm_webkitadblock_SRCS - webkitadblock.ui -) - -kde4_add_plugin(kcm_webkitadblock ${kcm_webkitadblock_SRCS}) - -target_link_libraries(kcm_webkitadblock - ${KDE4_KDEUI_LIBS} - ${KDE4_KIO_LIBS} -) - -install(TARGETS kcm_webkitadblock DESTINATION ${PLUGIN_INSTALL_DIR} ) - -install( FILES webkitAdblock.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |