From dfa4a237312462c9799aefcaeca8b87133408870 Mon Sep 17 00:00:00 2001 From: prusswan Date: Tue, 6 Jan 2015 12:06:52 +0800 Subject: [PATCH] add information about qwindowsd.dll requirement --- Windows-Build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Windows-Build.md b/Windows-Build.md index 13112c7..5800361 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -11,6 +11,7 @@ For the debugger/Qt GUI, you'll need to install [Qt 5.4](http://qt-project.org/d * Download the Qt Online installer and launch it. When asked which components to install, select the *msvc2013 OpenGL* version for the processor architecture of your choice. (Be careful to use the OpenGL versions, or Citra will fail to initialize.) You might also want to install Qt Designer if you plan on modifying Citra's user interface. * Optionally, set your `QTDIR` environment variable to the directory which contains the `bin`, `include` and `lib` folders. (e.g. `C:\Qt\5.4\msvc2013_64_opengl`) This will avoid the need to manually set them in CMake. * For running Citra builds, you'll need to have `icudt53.dll`, `icuin53.dll`, `icuuc53.dll`, `Qt5Core.dll`, `Qt5Gui.dll`, `Qt5OpenGL.dll` and `Qt5Widgets.dll` in either the application directory or in the system PATH. By default, those files are in `C:\Qt\5.4\msvc2013_64_opengl\bin`. For debug builds use the dlls with a 'd' appended to the name. (e.g. `Qt5Cored.dll`) +* Debug builds may require a `platforms/qwindowsd.dll` in the application directory. It can be found in `C:\Qt\5.4\msvc2013_64_opengl\plugins\platforms` ### Cloning Citra in Git: