From f89fa8d6faf162daa0a6c4288bec149d964721d0 Mon Sep 17 00:00:00 2001 From: Jeremy Philippe Date: Thu, 6 Jan 2022 21:24:41 +0100 Subject: [PATCH] Adding missing Qt dependencies. --- Common-Issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-Issues.md b/Common-Issues.md index 710957a..2fb6c0f 100644 --- a/Common-Issues.md +++ b/Common-Issues.md @@ -8,7 +8,7 @@ ### Building for Windows --- -* For running Citra builds, make sure to have Qt5Core.dll, Qt5Gui.dll, Qt5OpenGL.dll, Qt5Widgets.dll, and SDL2.dll in either the application directory or in the system PATH. If not there those files are in C:\Qt\5.4\msvc2013_64_opengl\bin,copy them here. Else, Citra will fail on startup. +* For running Citra builds, make sure to have Qt5Core.dll, Qt5Gui.dll, Qt5OpenGL.dll, Qt5Widgets.dll, Qt5Multimedia.dll, Qt5Network.dll and SDL2.dll in either the application directory or in the system PATH. If not there those files are in C:\Qt\5.4\msvc2013_64_opengl\bin,copy them here. Else, Citra will fail on startup. ![7](http://i.imgur.com/FQpWsiP.png) * Also, make sure platforms/qwindows.dll in the application directory. If not there you will find it in C:\Qt\5.4\msvc2013_64_opengl\plugins\platforms by default. Just copy it.