From ec605b4030143e5d7d26cc50f94c27badd118c5e Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 10 Jul 2012 16:50:30 -0700 Subject: Fix vng's qmake path. --- tools/autobuild/detect_qmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/autobuild/detect_qmake.sh b/tools/autobuild/detect_qmake.sh index c56fb9ca06..14b3dad957 100644 --- a/tools/autobuild/detect_qmake.sh +++ b/tools/autobuild/detect_qmake.sh @@ -2,7 +2,7 @@ KNOWN_QMAKE_PATHS=( \ /Users/Alex/QtSDK/Desktop/Qt/4.8.1/gcc/bin \ /Users/siarheirachytski/QtSDK/Desktop/Qt/474/gcc/bin \ - /Developer/QtSDK/Desktop/Qt/4.8.0/gcc/bin \ + /Developer/QtSDK/Desktop/Qt/4.8.1/gcc/bin \ ) # Prints path to directory with found qmake binary or prints nothing if not found -- cgit v1.2.3