the condition for building the x11 offscreen plugin is ... having xlib

Task-number: QTBUG-33240
Change-Id: Idc96239b0bcbe98d1519c239600aebcda42e8818
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
Oswald Buddenhagen 2013-08-29 20:45:26 +02:00 committed by The Qt Project
parent 5ca5f4d344
commit ac327aa3af

View File

@ -16,7 +16,7 @@ HEADERS = qoffscreenintegration.h \
OTHER_FILES += offscreen.json
contains(QT_CONFIG, xcb):contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2) {
contains(QT_CONFIG, xlib):contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2) {
SOURCES += qoffscreenintegration_x11.cpp
HEADERS += qoffscreenintegration_x11.h
system(echo "Using X11 offscreen integration with GLX")