diff --git a/Building-With-Qt.md b/Building-With-Qt.md index ad8f77a..c5c7c49 100644 --- a/Building-With-Qt.md +++ b/Building-With-Qt.md @@ -1,10 +1,13 @@ ## Linux and macOS -Use -DENABLE_QT2 when calling CMake: + +Use -DENABLE_QT2 when calling CMake: `cmake .. -DENABLE_QT2=true` ## Windows + Build the DolphinQt2 project in Visual Studio. ## Notes -* Ensure that Qt5 is installed -* Using -DENABLE_LTO=true will break the Qt build \ No newline at end of file + +* Ensure that Qt5 is installed +* Using -DENABLE_LTO=true will break the Qt build \ No newline at end of file