aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/QtQmlDevTools/QtQmlDevTools
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete folders in qmlcompilerDavid Skoland2021-02-021-1/+0
| | | | | | | | | | These were only present because qmake wanted them, but since qmake is no longer supported in dev, these can be removed. Folders: QtBootstrap and QtQmlDevTools Change-Id: I0426b43590eb90f97453429a5d5baac035a7d3c4 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Long live libQtQmlCompiler!Ulf Hermann2020-10-051-0/+1
Move all the code from tools/shared into src/qmlcompiler and build a static library from it so that we can re-use it in external tools. Change-Id: I7c8d8e59063dc7c711f4072f103a01095e6f5997 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>