Add directory to xcb-static.pro's INCLUDEPATH

In src/3rdparty/xcb/xcb-util-image/xcb_image.c, the includes require all
this directories, or otherwise compiliation fails when -qt-xcb is used
in the configure step.

Change-Id: I8566bea662eced144cb9a2b1ce1dbfdb65654dea
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
This commit is contained in:
Alejandro Exojo 2012-11-20 10:12:32 +01:00 committed by The Qt Project
parent f65c85c004
commit 2efaee43f7

View File

@ -8,7 +8,7 @@ CONFIG += staticlib
XCB_DIR = ../../../../3rdparty/xcb
INCLUDEPATH += $$XCB_DIR/include/xcb $$XCB_DIR/sysinclude
INCLUDEPATH += $$XCB_DIR/include $$XCB_DIR/include/xcb $$XCB_DIR/sysinclude
# ignore compiler warnings in 3rdparty code
QMAKE_CFLAGS_STATIC_LIB+=-w