aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/main.cpp
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/main.cpp
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/main.cpp')
-rw-r--r--tools/qmllint/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/qmllint/main.cpp b/tools/qmllint/main.cpp
index f679b70ab4..8fd4d9d2a1 100644
--- a/tools/qmllint/main.cpp
+++ b/tools/qmllint/main.cpp
@@ -41,7 +41,6 @@
#include <QtCore/qjsonarray.h>
#include <QtCore/qjsondocument.h>
#include <QtCore/qscopeguard.h>
-#include <QtCore/qplugin.h>
#if QT_CONFIG(commandlineparser)
#include <QtCore/qcommandlineparser.h>
@@ -53,10 +52,6 @@
constexpr int JSON_LOGGING_FORMAT_REVISION = 3;
-#ifdef PLUGIN_QUICK_AVAILABLE
-Q_IMPORT_PLUGIN(QmlLintPluginQuick)
-#endif
-
int main(int argv, char *argc[])
{
qSetGlobalQHashSeed(0);