From ba44b4d3ab2b1b6d864f9eb7354a3e63507f4e58 Mon Sep 17 00:00:00 2001 From: Gluten Date: Tue, 6 Jan 2015 16:54:00 +0100 Subject: [PATCH] Correct QT5 path for home-brew install --- OS-X-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OS-X-Build.md b/OS-X-Build.md index cc36599..c526e42 100644 --- a/OS-X-Build.md +++ b/OS-X-Build.md @@ -36,7 +36,7 @@ First of all, you have to tell CMake where your Qt5 is installed (add this line export CMAKE_PREFIX_PATH=/path/to/Qt5/5.X/clang_64/lib/cmake:$CMAKE_PREFIX_PATH ``` -In the case that you installed Qt5 with Homebrew, this path is probably something like `/usr/local/Cellar/qt5//clang_64/lib/cmake`. +In the case that you installed Qt5 with Homebrew, this path is probably something like `/usr/local/Cellar/qt5//lib/cmake`. ``` mkdir build