summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/deform/deform.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/deform/deform.pro')
-rw-r--r--examples/widgets/painting/deform/deform.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/painting/deform/deform.pro b/examples/widgets/painting/deform/deform.pro
index 01dc0a869c..6409aaed96 100644
--- a/examples/widgets/painting/deform/deform.pro
+++ b/examples/widgets/painting/deform/deform.pro
@@ -7,7 +7,7 @@ include($$SHARED_FOLDER/shared.pri)
RESOURCES += deform.qrc
-contains(QT_CONFIG, opengl) {
+qtHaveModule(opengl) {
DEFINES += QT_OPENGL_SUPPORT
QT += opengl
}