From f7ed63179fa4f99322d6c7716e17466ec4e3e4ce Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 23 Dec 2017 16:45:31 +0100 Subject: Request filter now properly takes hostlists - hostslist directory is set in browser.filterPath --- lib/adblock/adblock.qbs | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 lib/adblock/adblock.qbs (limited to 'lib/adblock/adblock.qbs') diff --git a/lib/adblock/adblock.qbs b/lib/adblock/adblock.qbs deleted file mode 100644 index e4df779..0000000 --- a/lib/adblock/adblock.qbs +++ /dev/null @@ -1,37 +0,0 @@ -import qbs 1.0 - -Project { - name: "Filter" - - StaticLibrary { - name: "adblock" - - Depends { name: "cpp" } - Depends { - name: "Qt" - submodules: ["core"] - } - - files: [ - "filterrule.h", - "filterrule.cpp", - ] - } - - CppApplication { - name: "adblock-test" - - Depends { - name: "Qt" - submodules: ["core", "test"] - } - - Depends { name: "adblock" } - - files: [ - "test/main.cpp", - "test/filtertest.cpp", - "test/filtertest.h", - ] - } -} -- cgit v1.2.1