Skip to content

inclusion of <QtQml/qqmlextensionplugin.h> is not necessary #1

Open
@virgileMaon

Description

@virgileMaon

Hello,

the lines :

#include <QtQml/qqmlextensionplugin.h>
Q_IMPORT_QML_PLUGIN(MyPluginPlugin)

in MyPluginTest/main.cpp are not necessary.

According to you, is there a way to do the same thing without having to redeclare the module in MyPluginTest with the qt_add_qml_module?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions