Qt5/Mac header finding in KDevelop5 (clang parser??)
René J.V. Bertin
rjvbertin at gmail.com
Wed Jun 22 13:48:01 UTC 2016
FWIW, clang on Linux does indeed support frameworks during compilation. Code written properly to use e.g.
#include <QtGui/QtGui>
#include <QtWidgets/QApplication>
#include <QtCore/QDebug>
will compile correctly when pointed to a framework directory containing the QtGui, QtWidgets and QtCore frameworks copied from (or hosted on) an OS X machine.
Linking doesn't work, of course. A bit of a pity, but that's a story for another day.
R.
More information about the KDevelop-devel
mailing list