summaryrefslogtreecommitdiffstats
path: root/examples/opengl/legacy/pbuffers/pbuffers.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/legacy/pbuffers/pbuffers.pro')
-rw-r--r--examples/opengl/legacy/pbuffers/pbuffers.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/legacy/pbuffers/pbuffers.pro b/examples/opengl/legacy/pbuffers/pbuffers.pro
index d779a2a2dc..7572ba3583 100644
--- a/examples/opengl/legacy/pbuffers/pbuffers.pro
+++ b/examples/opengl/legacy/pbuffers/pbuffers.pro
@@ -10,4 +10,4 @@ QT += opengl widgets
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/legacy/pbuffers
INSTALLS += target
-contains(QT_CONFIG, opengles.|angle|dynamicgl):error("This example requires Qt to be configured with -opengl desktop")
+qtConfig(opengles.|angle|dynamicgl): error("This example requires Qt to be configured with -opengl desktop")