Tried building a few versions of Dolphin over the past few days. I have a script which automatically clones and builds Dolphin, and noticed just yesterday that the builds were failing. Not sure what the builds were and I was too tired to take note of the errors. I just tried installing it now with version 5.0-5944 and I get the following error:
Using mycommon sense incredible deduction skills I think it's something to do with the new Dolphin QT backend. I checked that MainWindow.cpp file and it's an include for something called "qpa/qplatformnativeinterface" (as the error would suggest). However from Googling this seems to be something that is included with QT by default. My desktop, KDE, is based on QT, so I'm not sure why I'm getting this error. It's running QT 5.9.2, and my system is fully up to date. Is there a missing dependency that I need to install perhaps? If so, what is it?
Many thanks!
Code:
/homedir/dolphin-emu/Source/Core/DolphinQt2/MainWindow.cpp:66:42: fatal error: qpa/qplatformnativeinterface.h: No such file or directory
compilation terminated.
Source/Core/DolphinQt2/CMakeFiles/dolphin-emu-qt2.dir/build.make:374: recipe for target 'Source/Core/DolphinQt2/CMakeFiles/dolphin-emu-qt2.dir/MainWindow.cpp.o' failed
make[2]: *** [Source/Core/DolphinQt2/CMakeFiles/dolphin-emu-qt2.dir/MainWindow.cpp.o] Error 1
CMakeFiles/Makefile2:1814: recipe for target 'Source/Core/DolphinQt2/CMakeFiles/dolphin-emu-qt2.dir/all' failed
make[1]: *** [Source/Core/DolphinQt2/CMakeFiles/dolphin-emu-qt2.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
Using my
Many thanks!