msbuild: remove some remnants of Qt .ui/.qrc support
This commit is contained in:
parent
d7faba58cc
commit
4371dd201f
|
@ -58,14 +58,6 @@
|
||||||
<AdditionalManifestFiles>DolphinQt2.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles>
|
<AdditionalManifestFiles>DolphinQt2.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles>
|
||||||
</Manifest>
|
</Manifest>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<!--QRC and UI files are handled automatically-->
|
|
||||||
<ItemGroup>
|
|
||||||
<QtResource Include="*.qrc" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<QtUi Include="*.ui" />
|
|
||||||
<QtUi Include="GameList\*.ui" />
|
|
||||||
</ItemGroup>
|
|
||||||
<!--MOC files need to be listed. Perhaps scan for Q_OBJECT in the future? (like automoc)-->
|
<!--MOC files need to be listed. Perhaps scan for Q_OBJECT in the future? (like automoc)-->
|
||||||
<!--NOTE: When adding moc'd files, you must list the outputs in the following ItemGroup!-->
|
<!--NOTE: When adding moc'd files, you must list the outputs in the following ItemGroup!-->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in New Issue