Fix building offscreen QPA with Qt XCB
Only builds without XCB or with system XCB Change-Id: I1161c5b78c92308ac63c2e2907b9a5d8477ab2f0 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>bb10
parent
aa98e6eabe
commit
744be250bf
|
|
@ -17,7 +17,7 @@ HEADERS = qoffscreenintegration.h \
|
|||
|
||||
OTHER_FILES += offscreen.json
|
||||
|
||||
qtConfig(xlib):qtConfig(opengl):!qtConfig(opengles2) {
|
||||
qtConfig(system-xcb):qtConfig(xlib):qtConfig(opengl):!qtConfig(opengles2) {
|
||||
SOURCES += qoffscreenintegration_x11.cpp
|
||||
HEADERS += qoffscreenintegration_x11.h
|
||||
QT += glx_support-private
|
||||
|
|
|
|||
Loading…
Reference in New Issue