From 86d549b21ac4aa60785fdc3a5ec18dc8a57346d7 Mon Sep 17 00:00:00 2001 From: vng Date: Wed, 11 Sep 2013 13:28:18 +0300 Subject: [PATCH] Qt511 path for vng. --- tools/autobuild/detect_qmake.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/autobuild/detect_qmake.sh b/tools/autobuild/detect_qmake.sh index 3f16e587bc..3e38401a1b 100644 --- a/tools/autobuild/detect_qmake.sh +++ b/tools/autobuild/detect_qmake.sh @@ -3,6 +3,7 @@ KNOWN_QMAKE_PATHS=( \ /Developer/Tools/qmake \ ~/Developer/Qt-4.8.4/bin/qmake \ ~/Developer/Qt/5.1.0/clang_64/bin/qmake \ + ~/Developer/Qt511/5.1.1/clang_64/bin/qmake \ ) # Prints path to directory with found qmake binary or prints nothing if not found