We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6fee6 commit 9fe4173Copy full SHA for 9fe4173
1 file changed
CMakeLists.txt
@@ -66,6 +66,8 @@ find_package(Vendor QUIET)
66
#: find it by adding the following to your cmake invocation:
67
#: -DQt5_Dir="C:/Qt/<version>/<platform>/lib/cmake/Qt5"
68
#: 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
71
#:
72
#: Then, to import Qt, just call `find_package` with the components your app uses
73
#: (usually just `Widgets`).
0 commit comments