diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-30 10:58:06 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-30 11:22:53 (GMT) |
commit | 04f7834fcd8db4ecb6a4c53de42ac83f571b37c8 (patch) | |
tree | fdc8818f50e41cbd8d4ffde5c1653242a3a7889e /src/gui/painting/qregion.h | |
parent | fbe103bd39fcef2b873aae31dcfee9604237a95e (diff) | |
download | Qt-04f7834fcd8db4ecb6a4c53de42ac83f571b37c8.zip Qt-04f7834fcd8db4ecb6a4c53de42ac83f571b37c8.tar.gz Qt-04f7834fcd8db4ecb6a4c53de42ac83f571b37c8.tar.bz2 |
Fix compilation on AIX: -I/usr/include cannot be used.
The reason is that the C++ compiler needs to add -I/usr/vacpp/include
before -I/usr/include, so our adding of -I/usr/include changes the order.
This causes a compilation error in the C++ header xlocinfo.h.
In any case, these checks done in qmake are unnecessary. If the OpenSSL
headers are in one of those include paths, they will be found on their
own already.
Reviewed-By: Bradley T. Hughes
Diffstat (limited to 'src/gui/painting/qregion.h')
0 files changed, 0 insertions, 0 deletions