Am 27.09.2014 um 10:38 schrieb Jacob Shapiro <j...@yashi.org>:

> I'm trying to build the latest master (26 September 2014) with QT5
> in order to solve the blurriness of 
> the macbook retina display with LyX (could that even help?)
> 
> I'm using this repository: 
> https://github.com/yashkes/LyX
> and I applied the patches from MacPorts to make the
> thing compile on OS X:
> https://trac.macports.org/browser/trunk/dports/aqua/LyX/
> 
> My configure was: 
> ./configure --enable-qt5 --with-qt-dir=/usr/local/opt/qt5/ 
> --without-x --with-included-gettext -
> -without-included-boost --enable-optimization=-Os --disable-concept-checks
> 
> QT5.3.2 was installed from homebrew.
> 
> However, during the 'make' procedure, I get the following error: 
>  CXX      GuiApplication.o
> GuiApplication.cpp:137:10: fatal error: 'QMacPasteboardMime' file not
>      found
> #include <QMacPasteboardMime>
>         ^
> 
> Searching google gives results from 2012 saying that 
> QMacPasteboardMime was deprecated in QT5.
> 
> Can anyone provide more help?


QMacPasteboardMime is in the QtMacExtras.framework.

Stephan

Reply via email to