summaryrefslogtreecommitdiffstats
path: root/src/angle/src/common/common.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/angle/src/common/common.pri')
-rw-r--r--src/angle/src/common/common.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angle/src/common/common.pri b/src/angle/src/common/common.pri
index 9eae06d410..c948e27dc3 100644
--- a/src/angle/src/common/common.pri
+++ b/src/angle/src/common/common.pri
@@ -1,5 +1,5 @@
# static builds should still link ANGLE dynamically when dynamic GL is enabled
-static:contains(QT_CONFIG, dynamicgl) {
+static:qtConfig(dynamicgl) {
CONFIG -= static
CONFIG += shared
}