Re: [Interest] My first OSX compile ends in error.

2015-06-30 Thread Thiago Macieira
On Tuesday 30 June 2015 23:29:47 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 It's needed on #ifd

Re: [Interest] My first OSX compile ends in error.

2015-06-30 Thread Hamish Moffatt
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 staticall

Re: [Interest] My first OSX compile ends in error.

2015-06-30 Thread Jason H
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 > Sent: Tuesday, June 30, 2015 at 5:24 PM > From: "Jason H" > To: "inter

[Interest] My first OSX compile ends in error.

2015-06-30 Thread Jason H
Normally I build on Linux, or when building on OSX, for iOS. But this is my first stab at running the QML app on OSX. Undefined symbols for architecture x86_64: "qt_static_plugin_QSvgPlugin()", referenced from: main::StaticQSvgPluginPluginInstance::StaticQSvgPluginPluginInstance() in mai

Re: [Interest] QUdpSocket not always signalling when datagrams are available.

2015-06-30 Thread qt next
Hi, I have exactly the same issue .. I have update my application to Qt5.4.2 and sometimes, the application no more received readyRead from QUdpSocket (Windows x64 Seven). 2015-06-30 11:11 GMT+02:00 Mark Gaiser : > On Mon, Jun 29, 2015 at 8:08 PM, Thiago Macieira < > thiago.macie...@intel.com> w

Re: [Interest] QUdpSocket not always signalling when datagrams are available.

2015-06-30 Thread qt next
Hi, I ha 2015-06-30 11:11 GMT+02:00 Mark Gaiser : > On Mon, Jun 29, 2015 at 8:08 PM, Thiago Macieira < > thiago.macie...@intel.com> wrote: > >> On Monday 29 June 2015 11:30:44 Robert Daniels wrote: >> > I've been testing with the new Qt 5.5 release candidate and have had >> > issues with our app

[Interest] Fwd: [OS X] bearer plugins leading invalid UTF8 messages from IOUnserialize?

2015-06-30 Thread René J . V . Bertin
Hi, Bumping a question I already asked a while back that remains unanswered: I have a very strong impression that Qt's bearer plugins lead to bad UTF-8 errors from IOUnserialize . I haven't been able to set a breakpoint until now to determine when and where this occurs exactly. I cannot even reme

Re: [Interest] QUdpSocket not always signalling when datagrams are available.

2015-06-30 Thread Mark Gaiser
On Mon, Jun 29, 2015 at 8:08 PM, Thiago Macieira wrote: > On Monday 29 June 2015 11:30:44 Robert Daniels wrote: > > I've been testing with the new Qt 5.5 release candidate and have had > > issues with our application ceasing to get notified of new datagrams. > > https://bugreports.qt.io/browse/QT