diff options
| author | 2016-04-30 10:33:11 +0300 | |
|---|---|---|
| committer | 2016-05-04 13:02:49 +0300 | |
| commit | 9da1534237dfbe72be36200453dc52fce38ae557 (patch) | |
| tree | f0ab48fbbaa05cc531a79edc073acd9b17abdc85 | |
| parent | make the name column larger as default (diff) | |
| download | yuzu-9da1534237dfbe72be36200453dc52fce38ae557.tar.gz yuzu-9da1534237dfbe72be36200453dc52fce38ae557.tar.xz yuzu-9da1534237dfbe72be36200453dc52fce38ae557.zip | |
add missing header
| -rw-r--r-- | src/citra_qt/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index cc9e0c624..3f0099200 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt | |||
| @@ -55,6 +55,7 @@ set(HEADERS | |||
| 55 | configure_dialog.h | 55 | configure_dialog.h |
| 56 | configure_general.h | 56 | configure_general.h |
| 57 | game_list.h | 57 | game_list.h |
| 58 | game_list_p.h | ||
| 58 | hotkeys.h | 59 | hotkeys.h |
| 59 | main.h | 60 | main.h |
| 60 | ui_settings.h | 61 | ui_settings.h |