From 7aa0ff202e32464bb2fd88ead26159a0a60523b7 Mon Sep 17 00:00:00 2001 From: DoctorMacc <20743703+DoctorMacc@users.noreply.github.com> Date: Sat, 28 Jul 2018 12:34:26 -0400 Subject: [PATCH] Fix another reference to Dolphin-Qt2. --- Building-With-Qt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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