[Development] qtbase/d8be811 makes it impossible to specify include path for zlib when building qtbase?
Kasper F. Brandt
poizan at poizan.dk
Thu Aug 18 16:26:30 CEST 2016
In d8be811[0] qt_build_extra was made to skip the inclusion of
EXTRA_DEFINES, EXTRA_INCLUDEPATH and EXTRA_LIBS into resp.
DEFINES, INCLUDEPATH and INCLUDEPATH. This means that if you e.g. try to
specify the include path to zlib with -I <path/to/zlib/headers> to
configure then the compilation of bootstrap fails in qbytearray.cpp because
it can't find zconf.h.
Is there some other way you are supposed to specify the include path, or is
this an oversight?
[0]:d8be8110a484460504b977dade5f163ee37b8225
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20160818/953081fa/attachment.html>
More information about the Development
mailing list