diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2020-10-26 18:37:46 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2020-10-26 18:37:46 -0700 |
| commit | 2ebe02fd1b84288fa2eafc9b27d6d1abdb31a76d (patch) | |
| tree | dde2d3dd8b15874fcf59c8a100d15c896950fa37 /Source | |
| parent | 712edfb42598cf76c467cc51ac98c182e5961c1f (diff) | |
dolphinqt msbuild: do not moc TASSlider.h
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinQt/DolphinQt.vcxproj | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Source/Core/DolphinQt/DolphinQt.vcxproj b/Source/Core/DolphinQt/DolphinQt.vcxproj index 99c6a00b7d..04f86f2015 100644 --- a/Source/Core/DolphinQt/DolphinQt.vcxproj +++ b/Source/Core/DolphinQt/DolphinQt.vcxproj @@ -187,21 +187,30 @@ also be modified using the VS UI. --> <ItemGroup> + <ClInclude Include="Config\CheatCodeEditor.h" /> + <ClInclude Include="Config\GameConfigEdit.h" /> <ClInclude Include="Config\Mapping\MappingCommon.h" /> + <ClInclude Include="Config\Mapping\MappingIndicator.h" /> + <ClInclude Include="Config\Mapping\MappingNumeric.h" /> + <ClInclude Include="Config\NewPatchDialog.h" /> + <ClInclude Include="Config\PatchesWidget.h" /> <ClInclude Include="Debugger\RegisterColumn.h" /> <ClInclude Include="QtUtils\ActionHelper.h" /> + <ClInclude Include="QtUtils\FlowLayout.h" /> <ClInclude Include="QtUtils\ImageConverter.h" /> + <ClInclude Include="QtUtils\ModalMessageBox.h" /> <ClInclude Include="QtUtils\QueueOnObject.h" /> <ClInclude Include="QtUtils\RunOnObject.h" /> <ClInclude Include="QtUtils\WinIconHelper.h" /> + <ClInclude Include="QtUtils\WrapInScrollArea.h" /> <ClInclude Include="ResourcePackManager.h" /> <ClInclude Include="Resources.h" /> + <ClInclude Include="TAS\TASSlider.h" /> <ClInclude Include="Translation.h" /> <ClInclude Include="WiiUpdate.h" /> <QtMoc Include="AboutDialog.h" /> <QtMoc Include="CheatsManager.h" /> <QtMoc Include="Config\ARCodeWidget.h" /> - <ClInclude Include="Config\CheatCodeEditor.h" /> <QtMoc Include="Config\CheatWarningWidget.h" /> <QtMoc Include="Config\ControllerInterface\ControllerInterfaceWindow.h" /> <QtMoc Include="Config\ControllerInterface\DualShockUDPClientAddServerDialog.h" /> @@ -209,7 +218,6 @@ <QtMoc Include="Config\ControllerInterface\ServerStringValidator.h" /> <QtMoc Include="Config\ControllersWindow.h" /> <QtMoc Include="Config\FilesystemWidget.h" /> - <ClInclude Include="Config\GameConfigEdit.h" /> <QtMoc Include="Config\GameConfigHighlighter.h" /> <QtMoc Include="Config\GameConfigWidget.h" /> <QtMoc Include="Config\GeckoCodeWidget.h" /> @@ -244,8 +252,6 @@ <QtMoc Include="Config\Mapping\HotkeyWii.h" /> <QtMoc Include="Config\Mapping\IOWindow.h" /> <QtMoc Include="Config\Mapping\MappingButton.h" /> - <ClInclude Include="Config\Mapping\MappingIndicator.h" /> - <ClInclude Include="Config\Mapping\MappingNumeric.h" /> <QtMoc Include="Config\Mapping\MappingWidget.h" /> <QtMoc Include="Config\Mapping\MappingWindow.h" /> <QtMoc Include="Config\Mapping\WiimoteEmuExtension.h" /> @@ -254,8 +260,6 @@ <QtMoc Include="Config\Mapping\WiimoteEmuGeneral.h" /> <QtMoc Include="Config\Mapping\WiimoteEmuMotionControl.h" /> <QtMoc Include="Config\Mapping\WiimoteEmuMotionControlIMU.h" /> - <ClInclude Include="Config\NewPatchDialog.h" /> - <ClInclude Include="Config\PatchesWidget.h" /> <QtMoc Include="Config\PropertiesDialog.h" /> <QtMoc Include="Config\SettingsWindow.h" /> <QtMoc Include="Config\VerifyWidget.h" /> @@ -300,12 +304,9 @@ <QtMoc Include="QtUtils\DoubleClickEventFilter.h" /> <QtMoc Include="QtUtils\ElidedButton.h" /> <QtMoc Include="QtUtils\FileOpenEventFilter.h" /> - <ClInclude Include="QtUtils\FlowLayout.h" /> - <ClInclude Include="QtUtils\ModalMessageBox.h" /> <QtMoc Include="QtUtils\ParallelProgressDialog.h" /> <QtMoc Include="QtUtils\UTF8CodePointCountValidator.h" /> <QtMoc Include="QtUtils\WindowActivationEventFilter.h" /> - <ClInclude Include="QtUtils\WrapInScrollArea.h" /> <QtMoc Include="RenderWidget.h" /> <QtMoc Include="SearchBar.h" /> <QtMoc Include="Settings.h" /> @@ -322,7 +323,6 @@ <QtMoc Include="TAS\StickWidget.h" /> <QtMoc Include="TAS\TASCheckBox.h" /> <QtMoc Include="TAS\TASInputWindow.h" /> - <QtMoc Include="TAS\TASSlider.h" /> <QtMoc Include="TAS\WiiTASInputWindow.h" /> <QtMoc Include="ToolBar.h" /> <QtMoc Include="Updater.h" /> |
