mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 22:59:59 +01:00
VS: remove non-existent moc files from filter
This commit is contained in:
parent
5f3f8eeec6
commit
6af81d649f
|
|
@ -1726,8 +1726,6 @@
|
|||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="QTGeneratedFiles\Debug\pkg_install_dialog.moc" />
|
||||
<None Include="QTGeneratedFiles\Release\pkg_install_dialog.moc" />
|
||||
<CustomBuild Include="rpcs3qt\patch_creator_dialog.ui">
|
||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(QTDIR)\bin\uic.exe;%(AdditionalInputs)</AdditionalInputs>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Uic%27ing %(Identity)...</Message>
|
||||
|
|
|
|||
|
|
@ -960,12 +960,6 @@
|
|||
<ClCompile Include="rpcs3qt\flow_widget.cpp">
|
||||
<Filter>Gui\flow_layout</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="QTGeneratedFiles\Debug\moc_flow_widget.cpp">
|
||||
<Filter>Generated Files\Debug</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="QTGeneratedFiles\Release\moc_flow_widget.cpp">
|
||||
<Filter>Generated Files\Release</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="Input\ds4_pad_handler.h">
|
||||
|
|
@ -1430,12 +1424,4 @@
|
|||
<ItemGroup>
|
||||
<ResourceCompile Include="rpcs3.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="QTGeneratedFiles\Debug\pkg_install_dialog.moc">
|
||||
<Filter>Generated Files\Debug</Filter>
|
||||
</None>
|
||||
<None Include="QTGeneratedFiles\Release\pkg_install_dialog.moc">
|
||||
<Filter>Generated Files\Release</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Reference in a new issue