summaryrefslogtreecommitdiffstats
path: root/src/sensorsquick/qmlsensorrange.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split the Sensors QML plugin into a library and a pluginJuha Vuolle2021-05-261-0/+88
The main changes: - Introduction of new SensorsQuick library with private exports - The original QML plugin loads this new library and does little else - Renamed original 'sensors' plugin as 'declarative_sensors' to provide an idea what it relates to - Renamed library headers as private "_p.h" and added "We mean it" - Changed qmlRegister* calls to QML_ELEMENT macros - Removed files that are generated in Qt6 (qmldir, plugins.qmltypes) Task-number: QTBUG-92530 Change-Id: I18f849adabcc79ac47e67305f78aefeee82801bc Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>