From 993863c4527f0565a77d7728446f954732a3c2b8 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Thu, 20 Jun 2019 10:44:01 +0200 Subject: Compositor: some parts depends on opengl feature instead of module This amends 8663de3fa789d8b8e10c5580b37f6eb3beac9ed6. Task-number: QTBUG-76439 Change-Id: If62252fb63c3261dfd23574830f0f60b99c1d854 Reviewed-by: Laszlo Agocs Reviewed-by: Liang Qi Reviewed-by: Johan Helsing --- src/imports/imports.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports') diff --git a/src/imports/imports.pro b/src/imports/imports.pro index 1fced3df..4ff506c6 100644 --- a/src/imports/imports.pro +++ b/src/imports/imports.pro @@ -4,7 +4,7 @@ qtHaveModule(quick): { SUBDIRS += \ compositor - qtHaveModule(opengl): { + qtConfig(opengl): { SUBDIRS += \ texture-sharing \ texture-sharing-extension -- cgit v1.2.1