From ab0ccb7e4948adf9eb22da97c8188bf320b0051a Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Wed, 9 Apr 2014 19:28:11 -0400 Subject: [PATCH] Mac OS X: build using Qt 5 --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 95fd84a..c80254b 100755 --- a/build.sh +++ b/build.sh @@ -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