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:
parent
f65c85c004
commit
2efaee43f7
@ -8,7 +8,7 @@ CONFIG += staticlib
|
|||||||
|
|
||||||
XCB_DIR = ../../../../3rdparty/xcb
|
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
|
# ignore compiler warnings in 3rdparty code
|
||||||
QMAKE_CFLAGS_STATIC_LIB+=-w
|
QMAKE_CFLAGS_STATIC_LIB+=-w
|
||||||
|
Loading…
Reference in New Issue
Block a user