Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.3.0 RC1
-
None
Description
You don't need to add modules to Qt in the pro file for modules that are only imported through QML. If you e.g do "import QtSensors 1.0", then you don't need to add QT += sensors to the pro file.
The problem is that a module might be backed by a set of default plugins. E.g for sensors on iOS, you will need both qtsensors_generic and qtsensors_ios. Those plugins would be automatically picked up if you added QT += sensors, but since this is not needed, the same logic will not apply.
Attachments
Issue Links
- is duplicated by
-
QTBUG-48403 There are no module .pri files for qml plugins
- Closed
- is required for
-
QTBUG-66481 transitive qml plugin dependencies are not handled in static builds
- Open
-
QTBUG-50456 Improve deployment: "make deploy"
- Reported
- relates to
-
QTBUG-35112 qmake can't tell which Qt QML modules were part of the build
- Open
-
QTBUG-35195 Add support to QMAKE for specifying default plugin for modules
- Closed
-
QTBUG-52466 Styles need to be explicitly imported to work with static builds
- Closed
- resulted in
-
QTBUG-58589 MapViewer example deploys without the mapboxgl plugin on android
- Closed
Gerrit Reviews
For Gerrit Dashboard: QTBUG-38735 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
180674,2 | [RFC] integrate qml plugins with general plugin system | dev | qt/qtbase | Status: DEFERRED | 0 | 0 |