diff options
| author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2022-10-24 13:56:39 +0200 |
|---|---|---|
| committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2022-10-25 10:09:17 +0200 |
| commit | 9bebcf244803dd30d6289e4f30ff59500338a66d (patch) | |
| tree | 2b6742d0234501b655724a9c9910bb040484fe42 /build_scripts/config.py | |
| parent | ea351c5d53e34d3d1daf71de5eb73ba6e03e552a (diff) | |
PySideTools: Add qmlimportscanner
- qmlimportscanner tool helps the deployment tools to identify all
the imported QML modules in the QML files associated with the
project
Pick-to: 6.4
Change-Id: Id708e9de618d2cf277f67973f5474d05aa2a0c41
Reviewed-by: Christian Tismer <tismer@stackless.com>
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Diffstat (limited to 'build_scripts/config.py')
| -rw-r--r-- | build_scripts/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/config.py b/build_scripts/config.py index 11967ba06..6590dcc9d 100644 --- a/build_scripts/config.py +++ b/build_scripts/config.py @@ -202,7 +202,7 @@ class Config(object): _pyside_tools = ["uic", "rcc", "assistant", "designer", "linguist", "lupdate", "lrelease", "genpyi", "metaobjectdump", "project", "qml", "qmltyperegistrar", "qmllint", "qmlformat", "qmlls", - "qtpy2cpp", "deploy"] + "qtpy2cpp", "deploy", "qmlimportscanner"] setup_kwargs['entry_points'] = { 'console_scripts': [f'{PYSIDE}-{tool} = {package_name}.scripts.pyside_tool:{tool}' |
