We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17494b5 commit f832e55Copy full SHA for f832e55
platform/ios/wd_qt5_64.gypi
@@ -1,6 +1,8 @@
1
{
2
'variables': {
3
'QT5': '1', # change to '1' for enabling Qt5
4
+ 'WD_BUILD_MONGOOSE': '1',
5
+ 'WD_CONFIG_PLAYER': '0',
6
'QT_INC_PATH': '/usr/local/opt/qt5_ios64/include',
7
'QT_LIB_PATH': '/usr/local/opt/qt5_ios64/lib',
8
'QT_BIN_PATH': '/usr/local/opt/qt5_ios64/bin',
platform/mac/wd_qt4_64.gypi
@@ -0,0 +1,8 @@
+{
+ 'variables': {
+ 'QT5': '0', # change to '1' for enabling Qt5
+ 'QT_BIN_PATH': '/usr/local/opt/qt4_64/bin',
+ 'QT_INC_PATH': '/usr/local/opt/qt4_64/include',
+ 'QT_LIB_PATH': '/usr/local/opt/qt4_64/lib',
+ },
+}
0 commit comments