From 94a4f06fb88ec6c7fa5e31dfd28af4e9b3cdbdd8 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 8 Feb 2019 15:31:15 +0100 Subject: Add run-time qpa offscreen glx support selection Introduce QT_QPA_OFFSCREEN_NO_GLX to run offscreen qpa without glx even if compiled with x11 support. Task-number: QTBUG-63346 Change-Id: I647bf5df27f095c3dd27a90415cc9c445df93fd1 Reviewed-by: Laszlo Agocs --- src/plugins/platforms/offscreen/offscreen.pro | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/plugins/platforms/offscreen/offscreen.pro') diff --git a/src/plugins/platforms/offscreen/offscreen.pro b/src/plugins/platforms/offscreen/offscreen.pro index 392ee8bed1..a8f230a7b1 100644 --- a/src/plugins/platforms/offscreen/offscreen.pro +++ b/src/plugins/platforms/offscreen/offscreen.pro @@ -21,9 +21,6 @@ qtConfig(system-xcb):qtConfig(xlib):qtConfig(opengl):!qtConfig(opengles2) { SOURCES += qoffscreenintegration_x11.cpp HEADERS += qoffscreenintegration_x11.h QT += glx_support-private - system(echo "Using X11 offscreen integration with GLX") -} else { - SOURCES += qoffscreenintegration_dummy.cpp } PLUGIN_TYPE = platforms -- cgit v1.2.3