On 01/07/15 07:29, Jason H wrote: > Hrm... So after playing some more, removing the entry in main.cpp, it works. > I need a better way to appropriately include Q_IMPORT_PLUGIN(QSvgPlugin) > I thought it was needed on all __APPLE__ platforms, but it seemingly isn't > Only needed if you are statically linking the plugins, which there is no need to do on OS X.
As for an appropriate test, I suggest #if defined(Q_OS_IOS) ... Hamish _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
