Re: [Qt-creator] Additional Include Folders

2009-07-15 Thread Robert Caldecott
CLUDEPATH += [your_new_path] > > -Ursprüngliche Nachricht- > Von: Robert Caldecott [mailto:robert.caldec...@gmail.com] > Gesendet: Mittwoch, 15. Juli 2009 09:22 > An: qt-creator@trolltech.com > Betreff: [Qt-creator] Additional Include Folders > > Is there a way to set

Re: [Qt-creator] Additional Include Folders

2009-07-15 Thread Ladnar, Marc
In your .pro file you just add the line: INCLUDEPATH += [your_new_path] -Ursprüngliche Nachricht- Von: Robert Caldecott [mailto:robert.caldec...@gmail.com] Gesendet: Mittwoch, 15. Juli 2009 09:22 An: qt-creator@trolltech.com Betreff: [Qt-creator] Additional Include Folders Is there a

[Qt-creator] Additional Include Folders

2009-07-15 Thread Robert Caldecott
Is there a way to set additional include folders for a specific project? For example, I tend to put core code into a static library (located in ./lib for example) and I want to be able to #include headers in dependent projects without having to prefix each one with "./lib/". Instead I want additi