Skip to content

Commit

Permalink
Merge pull request #6425 from JosJuice/qt-vs-launch
Browse files Browse the repository at this point in the history
Fix launching DolphinQt2 from Visual Studio
  • Loading branch information
leoetlino committed Mar 9, 2018
2 parents 3cc64cc + 0d3a7d5 commit 1add238
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Core/DolphinQt2/DolphinQt2.vcxproj
Expand Up @@ -289,7 +289,7 @@
<ClCompile Include="Translation.cpp" />
<ClCompile Include="WiiUpdate.cpp" />
</ItemGroup>
<!--Put standard C/C++ headers here-->
<!--Put standard C/C++ headers here. Headers that are listed in the QtMoc ItemGroup must NOT be listed here.-->
<ItemGroup>
<ClInclude Include="Config\Mapping\GCKeyboardEmu.h" />
<ClInclude Include="Config\Mapping\GCMicrophone.h" />
Expand All @@ -311,7 +311,6 @@
<ClInclude Include="Config\Mapping\WiimoteEmuMotionControl.h" />
<ClInclude Include="Config\RegisterColumn.h" />
<ClInclude Include="Config\RegisterWidget.h" />
<ClInclude Include="Config\GameConfigWidget.h" />
<ClInclude Include="GameList\GameFileCache.h" />
<ClInclude Include="QtUtils\BlockUserInputFilter.h" />
<ClInclude Include="QtUtils\ElidedButton.h" />
Expand Down

0 comments on commit 1add238

Please sign in to comment.