fix build with -qt-xcb

the include path must be absolute, as otherwise the external module pri
will contain a bogus path.

amends 9a088e78.

Task-number: QTBUG-56934
Change-Id: I701f5778d8c1b5586310b08e7763858460455d63
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
bb10
Oswald Buddenhagen 2016-11-07 10:33:20 +01:00
parent 9512d97c90
commit 95b506cccd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#
CONFIG += static
XCB_DIR = ../../../../3rdparty/xcb
XCB_DIR = $$QT_SOURCE_TREE/src/3rdparty/xcb
MODULE_INCLUDEPATH += $$XCB_DIR/include $$XCB_DIR/sysinclude
INCLUDEPATH += $$XCB_DIR/include/xcb