diff options
Diffstat (limited to 'smolbote.qbs')
-rw-r--r-- | smolbote.qbs | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/smolbote.qbs b/smolbote.qbs index 0ae87d5..60bd062 100644 --- a/smolbote.qbs +++ b/smolbote.qbs @@ -183,23 +183,7 @@ Project { } } // CppApplication poi - DynamicLibrary { - id: testPlugin - name: "testPlugin" - Depends { name: "cpp" } - Depends { name: "Qt"; submodules: ["core", "widgets", "webengine", "webenginewidgets"] } - - files: [ - "src/interfaces.h", - "src/testplugin.cpp", - "src/testplugin.h", - ] - - Group { - fileTagsFilter: product.type - qbs.install: true - qbs.installDir: "lib/smolbote/plugins" - } - - } // DynamicLibrary testPlugin + SubProject { + filePath: "src/plugins/plugins.qbs" + } } |