From 076328d713f2626c2acca256ac1dc1824d9df515 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 21 Oct 2013 16:54:57 -0700 Subject: [PATCH] add some clarity for inclusion to profile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b02856cb5..02e241c849 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If Cmake throws you an error related to Qt5 it likely cannot find your Qt5 cmake You can solve this by setting an environment variable, QT_CMAKE_PREFIX_PATH, to the location of the folder distributed with Qt5 that contains them. -For example, a Qt5 5.1.1 installation to /usr/local/qt5 would require that QT_CMAKE_PREFIX_PATH be set with the following command (or in your profile) +For example, a Qt5 5.1.1 installation to /usr/local/qt5 would require that QT_CMAKE_PREFIX_PATH be set with the following command. This can either be entered directly into your shell session before you build or in your shell profile (e.g.: ~/.bash_profile, ~/.bashrc, ~/.zshrc - this depends on your shell and environment). export QT_CMAKE_PREFIX_PATH=/usr/local/qt/5.1.1/clang_64/lib/cmake/