We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some plugins were written the file path in the Q_PLUGIN_METADATA macro like the followings. help , mer , qmldesigner, remotelinux
Q_PLUGIN_METADATA
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.
The text was updated successfully, but these errors were encountered:
In past this was needed to fix build on Windows. I do not know if it is still needed.
Sorry, something went wrong.
No branches or pull requests
Some plugins were written the file path in the
Q_PLUGIN_METADATA
macro like the followings.help
,mer
,qmldesigner
,remotelinux
But others were written as the json file name only.
Depending on this, the generated plugins' version and compatibility version info seems to be different.
The text was updated successfully, but these errors were encountered: