Skip to content

Commit

Permalink
Added note about cmake command when using homebrew Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Mar 7, 2020
1 parent 6c6fee6 commit 9fe4173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ find_package(Vendor QUIET)
#: find it by adding the following to your cmake invocation:
#: -DQt5_Dir="C:/Qt/<version>/<platform>/lib/cmake/Qt5"
#: Where <version> is 5.something and <platform> is something like msvc2017_64
# If you are on MacOS and you installed Qt5 via homebrew, then use the following:
# -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5
#:
#: Then, to import Qt, just call `find_package` with the components your app uses
#: (usually just `Widgets`).
Expand Down

0 comments on commit 9fe4173

Please sign in to comment.