aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/tomleditor/tomleditor.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/tomleditor/tomleditor.qbs')
-rw-r--r--src/plugins/tomleditor/tomleditor.qbs26
1 files changed, 0 insertions, 26 deletions
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
-}