From f0923628a93dbd430b01172556c3b2a7901c3d24 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Thu, 23 Jun 2016 19:47:59 +0200 Subject: Explicitly require that Qt build contain OpenGL support As this module stands now, it requires OpenGL headers and libs to compile, so add a requirement to the module for OpenGL. Change-Id: I27bda24384d1b02cb47f8af470f3c32665386c8c Reviewed-by: Laszlo Agocs --- qtgraphicaleffects.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'qtgraphicaleffects.pro') diff --git a/qtgraphicaleffects.pro b/qtgraphicaleffects.pro index 6708610..78adf43 100644 --- a/qtgraphicaleffects.pro +++ b/qtgraphicaleffects.pro @@ -1,3 +1,4 @@ requires(qtHaveModule(quick)) +requires(contains(QT_CONFIG, opengl)) load(qt_parts) -- cgit v1.2.3