From 9988652d86ad2e0d35db236b92e9feb4259f6d78 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Thu, 4 Jan 2018 13:03:47 +0100 Subject: [PATCH] Fix launching DolphinQt2 from Visual Studio 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.) --- Source/Core/DolphinQt2/DolphinQt2.vcxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/DolphinQt2/DolphinQt2.vcxproj b/Source/Core/DolphinQt2/DolphinQt2.vcxproj index 800825824bab..dcdbf78281a6 100644 --- a/Source/Core/DolphinQt2/DolphinQt2.vcxproj +++ b/Source/Core/DolphinQt2/DolphinQt2.vcxproj @@ -251,8 +251,6 @@ - -