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
parent
9512d97c90
commit
95b506cccd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue