..:: PCSX2 Forums ::..

Full Version: qt directory non-existent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, 

I would like to compile PCSX2, but i get this error in VS Community 2022 :

Code:
qt directory non-existent

I downloaded Qt from this page : 

Code:
github.com/PCSX2/pcsx2/wiki/Setting-up-the-PCSX2-repository-on-Windows

I extracted "bin/" "include/" "headers/" ... and so on into the qt folder in pcsx2 root 

but i notice no "qt" in solution is there. 

How to add Qt to the project to complete the compilation?

Thank you.
You need the qt windows dependencies from
https://github.com/PCSX2/pcsx2-windows-d...2023-04-25

The qt source goes in 3rdparty.
qt tools in bin.
yes it's already done, i just want to know how to add it to the solution ?