diff --git a/Building-With-Qt.md b/Building-With-Qt.md index fa81ba7..bb8bdec 100644 --- a/Building-With-Qt.md +++ b/Building-With-Qt.md @@ -18,6 +18,6 @@ As of [Dolphin 5.0-8279](https://dolphin-emu.org/download/dev/e22c5333ab50c3e847 ``` * Finally, launch dolphin with the **LD_LIBRARY_PATH** set on the same folder. In one command : ``` bash - env LD_LIBRARY_PATH=Qt/5.11.1/gcc/lib dolphin-emu-qt2 + env LD_LIBRARY_PATH=Qt/5.11.1/gcc/lib dolphin-emu ``` * Using -DENABLE_LTO=true will break the Qt build \ No newline at end of file