Created Building with Qt (markdown)
parent
0a2065a09d
commit
5b1dcd593c
|
@ -0,0 +1,10 @@
|
||||||
|
# Linux and OS X
|
||||||
|
Use -DENABLE_QT2 when calling cmake:
|
||||||
|
cmake .. -DENABLE_QT2=true
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
Not supported, waiting on a PR to be merged.
|
||||||
|
|
||||||
|
# Notes
|
||||||
|
* Ensure that Qt5 is installed
|
||||||
|
* Using -DENABLE_LTO=true will break the Qt build
|
Loading…
Reference in New Issue