aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-11 18:16:50 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-11 18:16:50 +0100
commite25c011d5db32104ccdb3e8949082345efdba805 (patch)
treefb1892f8ae292a088638abaf158d086216106ad2 /smolbote.qbs
parentFixed new window action (diff)
downloadsmolbote-e25c011d5db32104ccdb3e8949082345efdba805.tar.xz
Simple filterlist
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs13
1 files changed, 11 insertions, 2 deletions
diff --git a/smolbote.qbs b/smolbote.qbs
index d18af60..a6044c3 100644
--- a/smolbote.qbs
+++ b/smolbote.qbs
@@ -116,14 +116,23 @@ Project {
"src/widgets/webviewtabbar.h",
]
}
+
+ Group {
+ name: "Request Filter"
+ files: [
+ "src/filter/filter.cpp",
+ "src/filter/filter.h",
+ "src/webengine/urlinterceptor.cpp",
+ "src/webengine/urlinterceptor.h",
+ ]
+ }
+
/*
Group {
name: "Request Filter"
files: [
"src/filter/blockermanager.cpp",
"src/filter/blockermanager.h",
- "src/filter/filter.cpp",
- "src/filter/filter.h",
"src/filter/filtercollection.cpp",
"src/filter/filtercollection.h",
"src/filter/filtertree.cpp",