On 05/23/2010 02:51 AM, ext Tomás Ortí wrote: > Hi. > I'm creating a generic project through the option "Import of > Makefile-based Project". > It is recognizing the symbols under my local includes and also those in > /usr/include, but not the ones under /usr/include/SDL. > Is there a way to add a directory path to recognize symbols on it, in a > generic project?
I'm not sure if we have a snapshot of Qt Creator 2.0 documentation online, but the Qt Creator 1.3 manual already contained some information about configuring generic projects: http://doc.trolltech.com/qtcreator-1.3/creator-generic-projects.html So basically, for adding include directories to generic projects, edit the project.includes file. At the moment, Qt Creator will only automatically reparse your source files when you edit this file from Qt Creator rather than externally. Regards, Bjørn -- Thorbjørn Lindeijer Software Engineer Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
