[Interest] How to #include <QMacPasteboardMime> using Qt 5

Adam Light aclight at gmail.com
Mon Oct 15 21:15:07 CEST 2012


On Mon, Oct 15, 2012 at 12:00 PM, Thiago Macieira <thiago.macieira at intel.com
> wrote:

> On segunda-feira, 15 de outubro de 2012 11.35.52, Adam Light wrote:
> > I have made my own build of Qt5 and passed the following flags (among
> > others) to configure:
> > -gui -widgets -qpa cocoa
> >
> > I have a few source files in my application that use the following
> #include:
> > #include <QMacPasteboardMime>
> >
> > These files compile without any problems when I use Qt 4.8.3. However,
> when
> > I try to compile using Qt 5, I get the following compile error:
> > QMacPasteboardMime: No such file or directory
>
> That class is currently missing in Qt 5.
>
> It will reappear in a later version of Qt 5 in a module specific for Mac
> support.
>

It looks like QWindowsMime is also missing from Qt 5. Are there any
alternatives to these classes? I don't see any mention of them being
deprecated.

Thanks
Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20121015/fc81fc4d/attachment.html>


More information about the Interest mailing list