Re: [Development] Qt Creator and External Library

2013-12-09 Thread Ziller Eike
On Dec 9, 2013, at 9:02 PM, Thiago Macieira wrote: > On segunda-feira, 9 de dezembro de 2013 20:19:55, Comp wrote: >> I created a QMake project in Qt Creator and added an external library >> (POCO), autocompletion seem to work, but then when compiling I get the >> error message "fatal error: P

Re: [Development] Qt Creator and External Library

2013-12-09 Thread Thiago Macieira
On segunda-feira, 9 de dezembro de 2013 20:19:55, Comp wrote: > I created a QMake project in Qt Creator and added an external library > (POCO), autocompletion seem to work, but then when compiling I get the > error message "fatal error: Poco/File.h: No such file or directory", > even though QtC

[Development] Qt Creator and External Library

2013-12-09 Thread Comp
Hi, I created a QMake project in Qt Creator and added an external library (POCO), autocompletion seem to work, but then when compiling I get the error message "fatal error: Poco/File.h: No such file or directory", even though QtC picked the right include path automatically. What could be the