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