We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2dcb0 commit 16c7e09Copy full SHA for 16c7e09
qt-5-pyqt5/README.md
@@ -11,3 +11,9 @@ $ cmake -Dpybind11_DIR=/home/ale/bin/pybind11/share/cmake/pybind11 -DCMAKE_BUILD
11
$ make
12
$ ./sample
13
~~~
14
+
15
+## Notes
16
17
+- On a mac with Qt from homebrew you need:
18
+ `cmake .. -GXcode -DQt5Widgets_DIR=/usr/local/Cellar/qt/5.9.1/lib/cmake/Qt5Widgets`
19
+- If you prefer you can symlink pybind11 directory and replace the `find_package` with `add_subdirectory` in `CMakeLists.txt`
0 commit comments