Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin metadata file path in Q_PLUGIN_METADATA macro #164

Open
sparkleholic opened this issue Dec 27, 2018 · 1 comment
Open

Plugin metadata file path in Q_PLUGIN_METADATA macro #164

sparkleholic opened this issue Dec 27, 2018 · 1 comment

Comments

@sparkleholic
Copy link
Contributor

Some plugins were written the file path in the Q_PLUGIN_METADATA macro like the followings.
help , mer , qmldesigner, remotelinux

Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "plugins/help/Help.json")

But others were written as the json file name only.

Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "RemoteLinux.json")

Depending on this, the generated plugins' version and compatibility version info seems to be different.

@martyone
Copy link
Member

martyone commented Jan 7, 2019

In past this was needed to fix build on Windows. I do not know if it is still needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants