mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-19 12:31:17 +01:00
9988652d86
Starting with 5.0-5504, trying to launch DolphinQt2 from Visual Studio shows the error message "The operation could not be completed. Undefined error" instead of launching the exe file. (The exe gets created correctly, it just doesn't get launched. It's possible to work around the problem by launching the exe manually outside of Visual Studio, but then you won't have an attached debugger automatically.) This commit fixes that by removing headers from DolphinQt2.vcxproj's ClInclude list that already are in the QtMoc list. (The problem was originally about LogWidget.h and LogConfigWidget.h, but 5.0-5600 made the problem be about CheatWarningWidget.h and GeckoCodeWidget.h instead.)