07.07.2011, 15:34, "Konstantin Tokarev" <[email protected]>:
> 07.07.2011, 15:14, "Schimkowitsch Robert" <[email protected]>;:
>
>>  Shouldn't it depend on whether I use
>>
>>  #include "someheader.h"
>>  or
>>  #include <someheader.h>
>>
>>  whether the compiler first checks the local folder or the include paths?
>
> Of course it depends, but if you e.g. develop library, you must use <>

I propose to search for target file in project file list first and then:

if not found
  analyze all include paths
else
  figure out which of found files goes first in include paths


-- 
Regards,
Konstantin
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to