aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-11-17 11:25:36 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2021-11-23 18:45:06 +0100
commita98747ab6c153e1d361ec64ea616764a71465fa4 (patch)
treef622b3329bc2ef98b5300fef1a38db74533dcc4d /sync.profile
parent608e1a805349b0c76fcd993c43f4f9d808c2d77f (diff)
qmllint: Move most code into a separate library
This is necessary step for both making qmllint viable for use in controls' tst_sanity, as well as for integration with the language server. As an additional upside it allows us to run our tests up to 10x faster. Eventually we want to integrate all of this into qmlcompiler but due to the state of some of the code we will keep qmllint in a separate library as to keep qmlcompiler tidier. Change-Id: Ic057ef0cd4424d28aa05e517d74280a442ec9c5a Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 362332c63d..06ff8e2f00 100644
--- a/sync.profile
+++ b/sync.profile
@@ -12,6 +12,7 @@
"QtQmlModels" => "$basedir/src/qmlmodels",
"QtQmlWorkerScript" => "$basedir/src/qmlworkerscript",
"QtQmlCompiler" => "$basedir/src/qmlcompiler",
+ "QtQmlLint" => "$basedir/src/qmllint",
"QtQmlDom" => "$basedir/src/qmldom",
"QtQuickLayouts" => "$basedir/src/quicklayouts",
"QtQmlLocalStorage" => "$basedir/src/qmllocalstorage",