Please try this:

INCLUDEPATH += -F$(HOME)/Library/Frameworks
LIBS += -F$(HOME)/Library/Frameworks -framework YourFramework

.. assuming your frameworks are inside ~/Library/Frameworks. It allowed me
to compile successfully with Qt 5.5. Not sure why did documented approach
stop working though...



2015-07-09 23:00 GMT+03:00 Nuno Santos <nunosan...@imaginando.pt>:

> I have the same problem. My projects don’t compile.
>
>
> > On 09/07/2015, at 20:59, Alexander Ivash <elder...@gmail.com> wrote:
> >
> > After switching to Qt 5.5 I can't even compile sample project which uses
> frameworks. The same project compiles fine with Qt 5.4. Is it known issue
> with known workarounds?
> > _______________________________________________
> > Interest mailing list
> > Interest@qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/interest
>
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to