aboutsummaryrefslogtreecommitdiff
path: root/lib/urlfilter
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-25 12:47:39 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-25 12:47:39 +0200
commit1f85a65078815b56bbb5581675b4f6e3253d8d9f (patch)
treeec48e9f100e8550442f27cdd819512e829789b7e /lib/urlfilter
parentUse vcs_tag to get version information (diff)
downloadsmolbote-1f85a65078815b56bbb5581675b4f6e3253d8d9f.tar.xz
Remove CMakeLists
Diffstat (limited to 'lib/urlfilter')
-rw-r--r--lib/urlfilter/CMakeLists.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/urlfilter/CMakeLists.txt b/lib/urlfilter/CMakeLists.txt
deleted file mode 100644
index 20466d3..0000000
--- a/lib/urlfilter/CMakeLists.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-# Find includes in corresponding build directories
-set(CMAKE_INCLUDE_CURRENT_DIR ON)
-
-# Instruct CMake to run moc automatically when needed.
-set(CMAKE_AUTOMOC ON)
-
-add_library(urlfilter
- # filter tree
- filtertree.cpp
- filtertree.h
- filterleaf.cpp
- filterleaf.h
- domain.cpp
- domain.h
-
- formats/adblockrule.cpp
- formats/adblockrule.h
- formats/hostlistrule.cpp
- formats/hostlistrule.h
-)
-
-target_link_libraries(urlfilter Qt5::WebEngineWidgets)