[KDE/Mac] Tablet device support?

René J.V. Bertin rjvbertin at gmail.com
Tue Oct 7 20:03:59 UTC 2014


On Tuesday October 07 2014 21:27:55 Marko Käning wrote:

> > We could however track down the warning messages in Qt's source, and silence them.
> 
> That would be an idea.

If you feel like compiling Qt4 once more:

in qt-everywhere-opensource-src-4.8.6/src/gui/kernel/qt_cocoa_helpers_mac.mm, paste the following lines above the header include lines:

#if defined(NDEBUG) || defined(QT_NO_DEBUG)
#define QT_NO_WARNING_OUTPUT
#endif

(if you're like me, you didn't clean the MacPorts build directory and then you can just chdir in there and do a make. Afterwards you only have to do
sudo cp -p ${worksrcdir}/lib/QtGui.framework/Versions/4/QtGui /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui )


R.


More information about the kde-mac mailing list