The configuration program correctly parses the parameters ( see
configure log https://gist.github.com/3720368 ), but not all modules
receive them when building. QtSvg,  qtimageformats, webkit not
including paths from LIB and INCLUDE.


2012/9/14 Алексей Павлов <[email protected]>:
> If I remember correctly that the environment variables LIB and INCLUDE
> parses Qt configure program (see
> qtbase/tools/configure/cofigureapp.cpp)
>
> 2012/9/14  <[email protected]>:
>>>> From: [email protected] 
>>>> [[email protected]] on behalf of ext 
>>>> Jonathan Liu [[email protected]]
>>>
>>> GCC uses CPATH with paths separated by colons instead of INCLUDE.
>>> GCC uses LIBRARY_PATH with paths separated by colons instead of LIB.
>>>
>>>INCLUDE and LIB are used by Microsoft Visual C++ Compiler not GCC.
>>
>> Hi Jonathan,
>>
>> I'm not sure about the exact relationship between CPATH/INCLUDE and 
>> LIBRARY_PATH/LIB, but what I know is that gcc does care about INCLUDE and 
>> LIB. I managed to run mingw32-make one or two times in an environment with 
>> INCLUDE and LIB set to MSVC, and the result was that gcc picked up the wrong 
>> headers ...
>>
>> Regards,
>>
>> Kai
>>
>>
>>
>>
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to