https://github.com/jango73/qmlanalyzer
Static analyzer of QML files.
https://github.com/jango73/qmlanalyzer
qml qt static-analysis
Last synced: 29 days ago
JSON representation
Static analyzer of QML files.
- Host: GitHub
- URL: https://github.com/jango73/qmlanalyzer
- Owner: Jango73
- License: gpl-3.0
- Created: 2019-03-20T13:20:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T05:51:27.000Z (about 7 years ago)
- Last Synced: 2025-10-04T17:41:17.116Z (8 months ago)
- Topics: qml, qt, static-analysis
- Language: C++
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QMLAnalyzer
Qt based QML parser and analyzer / fixer.
## Building
Open .pro file in Qt Creator and build **without** shadow build option.
## Features
* Parses one QML file or a directory (with recursive option) full of QML files
* Runs a series of checks defined in a XML grammar file
* May automatically remove unreferenced properties
* May rewrite all parsed files using auto formatting (QML/JS style)
## WIP
* Ability to move QML files with automatic "import" fix in all referencing QML files