Jean-Marc Lasgouttes wrote:

> Forget it then. How does qmake support work then? Doesn't it need this
> stuff?

qmake has spec files for each platform that tell these things. The one I use
for qt 4 here resides in /usr/share/qt/mkspecs/linux-g++/qmake.conf (the
qt3 variant is in /usr/lib/qt3/mkspecs/linux-g++/qmake.conf)

pkg-config works well for the compile and link flags (and we should use it
IMO if it is available), but unfortunately it can not find the correct moc
and uic commands.


Georg

Reply via email to