Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit d193cfe

Browse files
committed
Fix path
1 parent deceb32 commit d193cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,11 +806,11 @@ These steps assume the following structure:
806806
If Qt Creator is not installed, or calling CMake from the commandline, you may
807807
need to set CMAKE_PREFIX_PATH e.g.
808808

809-
export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.9.1/lib/cmake/:${CMAKE_PREFIX_PATH}
809+
export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.9.1/lib/cmake/:${CMAKE_PREFIX_PATH}
810810

811811
Ensure 'lrelease' (required to build Cantata translations) is in PATH, e.g.
812812

813-
export PATH=/usr/local/Cellar/qt5/5.9.1/bin/:${PATH}
813+
export PATH=/usr/local/Cellar/qt/5.9.1/bin/:${PATH}
814814

815815

816816
Create Installer

0 commit comments

Comments
 (0)