From 5b1dcd593cb59996cdea953c3306d6d9d56f5871 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Mon, 9 May 2016 12:53:25 +1000 Subject: [PATCH] Created Building with Qt (markdown) --- Building-with-Qt.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Building-with-Qt.md 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