summaryrefslogtreecommitdiff
path: root/platform/qt/platform.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/qt/platform.gyp')
-rw-r--r--platform/qt/platform.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/qt/platform.gyp b/platform/qt/platform.gyp
index f73b920520..29901544c9 100644
--- a/platform/qt/platform.gyp
+++ b/platform/qt/platform.gyp
@@ -11,7 +11,7 @@
'qtlibversion': '1.0.0',
},
'conditions': [
- ['qt_version == 5', {
+ ['<(qt_version_major) == 5', {
'includes': [ 'qmlapp/qquickmapboxgl.gypi' ],
}],
],
@@ -115,7 +115,7 @@
],
'conditions': [
- ['qt_version == 5', {
+ ['<(qt_version_major) == 5', {
'variables': {
'cflags': [
'<@(qt_quick_cflags)',