Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
6.9
-
None
-
ubuntu, firefox
-
-
f42f940d993506948f609bd0dd857fad20110760
Description
Using the demo:
https://git.qt.io/public-demos/outrun/-/tree/main/Outrun_Cluster?ref_type=heads
it is not possible to import a statically compiled plugin. It is necessary to do:
Q_IMPORT_QML_PLUGIN(QOutrunMqttPlugin)
void
qml_register_types_QtOutrun_Mqtt();
int main(int argc, char *argv[])
{
qml_register_types_QtOutrun_Mqtt();
...