fix build with qt-xcb and another installed qt in a system location
amends fc1092cf, necessary because of (the earlier) a28364bc1. Change-Id: I5c86bcb27854994e59228fd205c799396464554d Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
parent
4f3b5fab38
commit
e41263b61a
@ -3,6 +3,8 @@ QT += core-private gui-private platformsupport-private xcb_qpa_lib-private
|
|||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
INCLUDEPATH += $$PWD/../
|
INCLUDEPATH += $$PWD/../
|
||||||
|
|
||||||
|
load(qt_build_paths)
|
||||||
|
|
||||||
# needed by Xcursor ...
|
# needed by Xcursor ...
|
||||||
contains(QT_CONFIG, xcb-xlib) {
|
contains(QT_CONFIG, xcb-xlib) {
|
||||||
DEFINES += XCB_USE_XLIB
|
DEFINES += XCB_USE_XLIB
|
||||||
|
@ -38,6 +38,8 @@ HEADERS = \
|
|||||||
qxcbxsettings.h \
|
qxcbxsettings.h \
|
||||||
qxcbsystemtraytracker.h
|
qxcbsystemtraytracker.h
|
||||||
|
|
||||||
|
load(qt_build_paths)
|
||||||
|
|
||||||
DEFINES += QT_BUILD_XCB_PLUGIN
|
DEFINES += QT_BUILD_XCB_PLUGIN
|
||||||
# needed by Xcursor ...
|
# needed by Xcursor ...
|
||||||
contains(QT_CONFIG, xcb-xlib) {
|
contains(QT_CONFIG, xcb-xlib) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user