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 --- src/plugins/tomleditor/tomleditor.qbs | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/plugins/tomleditor/tomleditor.qbs (limited to 'src/plugins/tomleditor/tomleditor.qbs') diff --git a/src/plugins/tomleditor/tomleditor.qbs b/src/plugins/tomleditor/tomleditor.qbs deleted file mode 100644 index 9b577a7..0000000 --- a/src/plugins/tomleditor/tomleditor.qbs +++ /dev/null @@ -1,26 +0,0 @@ -import qbs 1.0 - -Project { - name: "tomleditor" - - DynamicLibrary { - id: tomleditor - name: "tomleditor" - Depends { name: "cpp" } - Depends { name: "Qt"; submodules: ["core", "widgets", "webengine", "webenginewidgets"] } - - cpp.includePaths: ["../.."] - files: [ - "tomleditorform.cpp", - "tomleditorform.h", - "tomleditorform.ui", - ] - - Group { - fileTagsFilter: product.type - qbs.install: true - qbs.installDir: "lib/smolbote/plugins" - } - - } // DynamicLibrary testPlugin -} -- cgit v1.2.1