1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(osx): update building script to use Qt 5.6.0

This commit is contained in:
Zetok Zalbavar 2016-03-21 15:36:39 +00:00
parent ccb8fb9625
commit 858c4b47fe
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -30,7 +30,7 @@ else
QTOX_DIR="${MAIN_DIR}/qTox"
fi
QT_DIR="/usr/local/Cellar/qt5" # Folder name of QT install
VER="${QT_DIR}/5.5.1_2" # Potential future proffing for version testing
VER="${QT_DIR}/5.6.0" # Potential future proffing for version testing
QMAKE="${VER}/bin/qmake" # Don't change
MACDEPLOYQT="${VER}/bin/macdeployqt" # Don't change