05-06-2019, 08:33 PM
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.
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
?
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
?