Extension plugin #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running an example compiled with Qt 5.0, a runtime warning happens:
"Old plugin format found in lib /opt/qt5/qtbase/imports/QuasiGame/libquasigameplugins.so".
There's no documentation for QQmlExtensionPlugin used to export the plugin in qt5, but we have to fix this issue when they release some info about this class and the new way to export plugins.
I'm working on it right now.