You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: