From aacc9a47afcb79b8f476a594e81ad2dc60ce4f6b Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Sat, 25 Jun 2016 22:39:28 +1000 Subject: [PATCH] Updated Building with Qt (markdown) --- Building-with-Qt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-with-Qt.md b/Building-with-Qt.md index 085a814..eae43fe 100644 --- a/Building-with-Qt.md +++ b/Building-with-Qt.md @@ -1,9 +1,9 @@ # Linux and OS X Use -DENABLE_QT2 when calling cmake: -cmake .. -DENABLE_QT2=true +`cmake .. -DENABLE_QT2=true` # Windows -Not supported, waiting on a PR to be merged. +Build the DolphinQt2 project in Visual Studio. # Notes * Ensure that Qt5 is installed