Skip to content

Commit 2659bd2

Browse files
author
MykolaTryshnivskyy
committed
Add iOS-64 platform file
1 parent ac2e7fd commit 2659bd2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

platform/ios/wd_qt5_64.gypi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
'variables': {
3+
'QT5': '1', # change to '1' for enabling Qt5
4+
'QT_INC_PATH': '/usr/local/opt/qt5_ios64/include',
5+
'QT_LIB_PATH': '/usr/local/opt/qt5_ios64/lib',
6+
'QT_BIN_PATH': '/usr/local/opt/qt5_ios64/bin',
7+
},
8+
}

0 commit comments

Comments
 (0)