aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/plugins/quick/plugin.json
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2022-04-07 12:35:48 +0200
committerMaximilian Goldstein <max.goldstein@qt.io>2022-04-11 14:12:09 +0200
commit324b625f9f35142c85ea09a00fac2a2eb73ac3f2 (patch)
tree867fd63ea9caf7f6a8532c19e81ba06b7d0daec1 /tools/qmllint/plugins/quick/plugin.json
parentdd04e55a624ad58a25e44b7a824dbf407009cfdb (diff)
Turn the QtQuick qmllint plugin into a proper shared library
Previously it was just a static library that we linked qmllint against now it's properly installed in the qmllint plugins folder and can be utilized in the language server as well. Fixes: QTBUG-102278 Change-Id: I4aec42d1e2ba113237ee5ba148085e69b7251506 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools/qmllint/plugins/quick/plugin.json')
-rw-r--r--tools/qmllint/plugins/quick/plugin.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/qmllint/plugins/quick/plugin.json b/tools/qmllint/plugins/quick/plugin.json
deleted file mode 100644
index 2e8bf8219c..0000000000
--- a/tools/qmllint/plugins/quick/plugin.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "name": "Quick",
- "author": "Qt",
- "description": "Warns about QtQuick best practices",
- "version": "1.0"
-}