![]() |
|
DolphinQT compiling issues - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: DolphinQT compiling issues (/Thread-dolphinqt-compiling-issues) |
DolphinQT compiling issues - goldug - 10-21-2015 Hello. I've been trying to compile the latest Dolphin git in Visual Studio 2015 Community version, but I can't find the solution to this problem. Code: Severity Description Project File LineI have pulled the Qt submodules as suggested here, but no luck so far. That leads to me thinking about the "QTDIR not set" part of the message, but I don't have the slightest idea of how to set the QTDIR... Please help me. EDIT: Of course, I found the problem right after I gave up and posted this... *sigh* When I did the git submodule init and update I got the 5.4 version of Qt5 (made for VS2013). So now I have this problem: where can I get the 5.5 version that QtCompile.props wants? Sure, I can probably just change it in the file to reflect the version I have, but I'd rather not... RE: DolphinQT compiling issues - Zexaron - 09-04-2018 I got across this too today, good thing this thread saved it quickly, now I remember Qt got updated like 2 months ago. (I know this is old thread, but it's the only one with "qtdir". ) This is more of a git issue, than DolphinQt. With the existing Externals/Qt submodule, and my upstream/downstream configuration, all I had to use was the --remote option, as in "git submodule update --recursive --remote" then it pulled the proper latest one from the upstream remote, which in my case is the official primary dolphin-emu repository. RE: DolphinQT compiling issues - JosJuice - 09-04-2018 Please don't post in threads that are this old. |