aboutsummaryrefslogtreecommitdiff
path: root/src/smolbote.pro
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-01-23 15:42:14 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-01-23 15:42:14 +0100
commitd886b377ac168d32668b5f3d145279a4f64de730 (patch)
treeb5547077ce555e8c609495fc6b3851b827abbb3d /src/smolbote.pro
parentRemoved window/title config (diff)
downloadsmolbote-d886b377ac168d32668b5f3d145279a4f64de730.tar.xz
URL blocking
Diffstat (limited to 'src/smolbote.pro')
-rw-r--r--src/smolbote.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/smolbote.pro b/src/smolbote.pro
index bf7a05d..d7505c8 100644
--- a/src/smolbote.pro
+++ b/src/smolbote.pro
@@ -19,7 +19,9 @@ SOURCES += main.cpp \
forms/profiledialog.cpp \
webengine/webengineprofile.cpp \
forms/downloaddialog.cpp \
- webengine/downloaditemform.cpp
+ webengine/downloaditemform.cpp \
+ webengine/adblockinterceptor.cpp \
+ webengine/adblockrule.cpp
HEADERS += mainwindow.h \
browser.h \
@@ -28,7 +30,9 @@ HEADERS += mainwindow.h \
forms/profiledialog.h \
webengine/webengineprofile.h \
forms/downloaddialog.h \
- webengine/downloaditemform.h
+ webengine/downloaditemform.h \
+ webengine/adblockinterceptor.h \
+ webengine/adblockrule.h
FORMS += mainwindow.ui \
forms/profiledialog.ui \