diff --git a/genXcodeProj.sh b/genXcodeProj.sh
index e57d584ba75e34f55d0a0d4c31a27524a6945210..cc21695b4ae45f948a9bc25bf2527e0e8467ab24 100755
--- a/genXcodeProj.sh
+++ b/genXcodeProj.sh
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 cd ../install/lrc/lib/cmake/LibRingClient/
+export CMAKE_PREFIX_PATH=$(brew --prefix qt5)
 export CMAKELRCPATH=`pwd`
 cd -
 mkdir -p Ring && cd Ring