Le 14/07/2013 20:36, Jean-Marc Lasgouttes a écrit :
For some reason, I cannot compile anymore on OS X. It turns out that,
for Qt libraries on OS X,
pkg-config --libs-only-l QtCore
and
pkg-config --libs-only-L QtCore
return empty values, which is not wrong considering that on OS X, we use
no -l/-L but -F and -framework.
Therefore I cleaned up the QT4 support and took this occasion to rename
and streamline the various variables used on makefiles. This is the
first patch attached to this message.
Since applying this to 2.1 now seems to be a bad idea, I also produced a
workaround patch for 2.1 and 2.0.x. This second patch cannot harm AFAICS.
Can I commit the simple patch to 2.1/2.0?
Vincent? Richard?
JMarc