On Fri, Oct 25, 2013 at 2:03 PM, Abir Basak <[email protected]> wrote:
> > I am using QtCreator with generic project support for some time, where I > automatically generate the creator,file,include,config etc. However I do > not know, if there is any way to group header / source etc files separately > based on some simple pattern matching? Is it possible, or a valid feature > request? > > Thanks > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator > > Hi, In Qt Creator 3.0 you can configure search paths for sources and headers, which are relative to the counterpart. The defaults are include and ../include for headers, ../src and .. for sources. - Orgad
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
