[Qt-interest] INCLUDEPATH issue
Farid Derradji
farid.derradji at ITWM.fraunhofer.de
Tue Dec 2 12:30:18 CET 2008
> Hello forum,
>
> INCLUDEPATH = c:/msdev/include d:/stl/include
>
>
> will the path be also included if if there is any subdirectories inside
> include?
>
>
>
> Regards
>
> Sajjad
Generally speaking the following holds:
* Exactly all paths listed in INCLUDEPATH will be respected by the
underlying compiler.
* Keep in mind that any sub directories are NOT included !
In your case I don't understand why you list up standard include paths
like c:/msdev/include and d:/stl/include, because they will
automatically be searched for headers.
Regards
Farid
More information about the Qt-interest-old
mailing list