Skip to content

Commit

Permalink
citra_qt: Removed autogenerated files from repo and fixed build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnei committed Jun 22, 2014
1 parent 004df76 commit 4e4a028
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 711 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ bin/

# Generated source files
src/common/scm_rev.cpp

# Generated header files
src/citra_qt/ui_*.h
3 changes: 1 addition & 2 deletions src/citra_qt/citra_qt.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
<ItemGroup>
<ClInclude Include="config\controller_config.hxx" />
<ClInclude Include="config\controller_config_util.hxx" />
<ClInclude Include="ui_controller_config.h" />
<ClInclude Include="version.h" />
</ItemGroup>
<ItemGroup>
Expand All @@ -186,4 +185,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="qt-build.targets" />
</ImportGroup>
</Project>
</Project>
5 changes: 1 addition & 4 deletions src/citra_qt/citra_qt.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@
<ClInclude Include="config\controller_config_util.hxx">
<Filter>config</Filter>
</ClInclude>
<ClInclude Include="ui_controller_config.h">
<Filter>config</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<UIC Include="hotkeys.ui" />
Expand All @@ -118,4 +115,4 @@
<ItemGroup>
<Text Include="CMakeLists.txt" />
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/citra_qt/debugger/callstack.hxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <QDockWidget>
#include "../ui_callstack.h"
#include "ui_callstack.h"

class QStandardItemModel;

Expand Down
2 changes: 1 addition & 1 deletion src/citra_qt/debugger/disassembler.hxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <QDockWidget>
#include "../ui_disassembler.h"
#include "ui_disassembler.h"

#include "common/common.h"
#include "common/break_points.h"
Expand Down
2 changes: 1 addition & 1 deletion src/citra_qt/debugger/registers.hxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "../ui_registers.h"
#include "ui_registers.h"

#include <QDockWidget>
#include <QTreeWidgetItem>
Expand Down
68 changes: 0 additions & 68 deletions src/citra_qt/ui_callstack.h

This file was deleted.

222 changes: 0 additions & 222 deletions src/citra_qt/ui_controller_config.h

This file was deleted.

Loading

0 comments on commit 4e4a028

Please sign in to comment.