Created Building with Qt (markdown)

Lucas Kent 2016-05-09 12:53:25 +10:00
parent 0a2065a09d
commit 5b1dcd593c
1 changed files with 10 additions and 0 deletions

10
Building-with-Qt.md Normal file

@ -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