diff --git a/Building-with-Qt.md b/Building-with-Qt.md new file mode 100644 index 0000000..085a814 --- /dev/null +++ b/Building-with-Qt.md @@ -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 \ No newline at end of file