Mac OS X: build using Qt 5

This commit is contained in:
Alexandre Quessy
2014-04-09 19:28:11 -04:00
parent 93afd7f2df
commit ab0ccb7e49
+3 -1
View File
@@ -11,7 +11,9 @@ if [[ $unamestr == "Darwin" ]]; then
export QMAKE_CFLAGS_PPC_64
export QMAKESPEC=macx-g++
#export QMAKESPEC=macx-xcode
qmake
PATH=$PATH:/Users/aalex/Qt5.2.1/5.2.1/clang_64/bin
qmake5=/Users/aalex/Qt5.2.1/5.2.1/clang_64/bin/qmake
$qmake5
elif [[ $unamestr == "Linux" ]]; then
qmake-qt4
fi