[Interest] My first OSX compile ends in error.

Hamish Moffatt hamish at risingsoftware.com
Wed Jul 1 02:40:22 CEST 2015


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



More information about the Interest mailing list