Skip to content

Commit 9fe4173

Browse files
committed
Added note about cmake command when using homebrew Qt5
1 parent 6c6fee6 commit 9fe4173

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ find_package(Vendor QUIET)
6666
#: find it by adding the following to your cmake invocation:
6767
#: -DQt5_Dir="C:/Qt/<version>/<platform>/lib/cmake/Qt5"
6868
#: Where <version> is 5.something and <platform> is something like msvc2017_64
69+
# If you are on MacOS and you installed Qt5 via homebrew, then use the following:
70+
# -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5
6971
#:
7072
#: Then, to import Qt, just call `find_package` with the components your app uses
7173
#: (usually just `Widgets`).

0 commit comments

Comments
 (0)