From ff7b57bbb936bc86a64aa2a947fa8984adf400c8 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 17 Sep 2013 11:50:52 +0200 Subject: [PATCH] Use egl.prf in xcb instead of hardcoding -lEGL Task-number: QTBUG-33494 Change-Id: I55df1acdf2c95f66a93890b4b30f14a52bee6684 Reviewed-by: Andy Nichols --- src/plugins/platforms/xcb/xcb-plugin.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/platforms/xcb/xcb-plugin.pro b/src/plugins/platforms/xcb/xcb-plugin.pro index fa1dc12eb5..341c33e8e6 100644 --- a/src/plugins/platforms/xcb/xcb-plugin.pro +++ b/src/plugins/platforms/xcb/xcb-plugin.pro @@ -82,7 +82,7 @@ contains(QT_CONFIG, xcb-sm) { contains(QT_CONFIG, opengl) { contains(QT_CONFIG, opengles2) { DEFINES += XCB_USE_EGL - LIBS += -lEGL + CONFIG += egl HEADERS += qxcbeglsurface.h # EGL on MeeGo 1.2 Harmattan needs this macro to map EGLNativeDisplayType