From d2ac9911ee2a939181496b0cb784436914c819dd Mon Sep 17 00:00:00 2001 From: vng Date: Sat, 22 Dec 2012 16:07:01 +0300 Subject: [PATCH] vng path for qmake. --- tools/autobuild/detect_qmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autobuild/detect_qmake.sh b/tools/autobuild/detect_qmake.sh index 856e1f77d2..1f48a06fe1 100644 --- a/tools/autobuild/detect_qmake.sh +++ b/tools/autobuild/detect_qmake.sh @@ -1,7 +1,7 @@ # Add your path into this array KNOWN_QMAKE_PATHS=( \ ~/QtSDK/Desktop/Qt/4.8.1/gcc/bin/qmake \ - /Developer/QtSDK/Desktop/Qt/4.8.1/gcc/bin/qmake \ + /Developer/Tools/qmake \ ~/Developer/Qt-4.8.4/bin/qmake \ )