RPCS3 Forums
Problems with building the project on Windows - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17)
+--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18)
+--- Thread: Problems with building the project on Windows (/showthread.php?tid=200469)



Problems with building the project on Windows - RAY_X - 05-06-2019

Hello! I have tried to build RPCS3 project on my machine, but I failed. I installed VS2017, qt5, cmake, python, plugin for VS. I followed instructions, but something is not OK with my actions. I am trying to figure out what is wrong. Windows version is 8.1. First error is.


Code:
CMake Error at 3rdparty/qt5.cmake:5 (find_package):
 By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
 asked CMake to find a package configuration file provided by "Qt5", but
 CMake did not find one.

 Could not find a package configuration file provided by "Qt5" (requested
 version 5.10) with any of the following names:

   Qt5Config.cmake
   qt5-config.cmake

 Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
 to a directory containing one of the above files.  If "Qt5" provides a
 separate development package or SDK, be sure it has been installed.

Is it enough to include components in qt5 installation window such as
-qt5.12.3
-MSVC 2017 64 bit
-Sources
-Qt debug information files
-Developer and Designer Tools
-Qt Creator 4.9.0
-Qt Creator 4.9.0 CDB Debugger Support
?


RE: Problems with building the project on Windows - RAY_X - 05-16-2019

I found out what was wrong. I forgot to update submodules.