On Friday 31 July 2009 16:36:22 ext Lorenzo Bettini wrote: > By the way, by looking at qt-creator files (I'm using the compiled git > version), I noticed this line: > > qDebug() << "*** add include path:" << cflags.mid(start, index - start); > > in pkgconfigtool.cpp, but no such line is ever printed on the terminal > when I run qt-creator... I've also tried to build a debug version of > qt-creator and set a breakpoint in PkgConfigTool::packages_helper() but > it is never reached... > > so probably that plugin is never used?
It is used with the generic project manager. Which works with any Makefile project, but you have to specify all the include paths and defines and pkgconfig yourself. Whereas with the qt4projectmanager we should be figuring that information from the .pro file. (Except that we aren't done yet.) daniel _______________________________________________ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator