diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-11-22 21:03:33 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-12-03 17:26:27 -0500 |
commit | bf90f2402dae06ebf4292e59bf8703490596f6ba (patch) | |
tree | 89bb7e98853f74864d98122c2f8addd8eb7ac40b /src/yuzu/CMakeLists.txt | |
parent | 60b59d554d20c4f02036f254604835c62a7f282f (diff) |
qt: Implement GUI dialog frontend for ProfileSelector
Presents profiles in a list, similar to switch.
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index cfca8f4a8..61562b9b2 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -7,6 +7,8 @@ add_executable(yuzu Info.plist about_dialog.cpp about_dialog.h + applets/profile_select.cpp + applets/profile_select.h applets/software_keyboard.cpp applets/software_keyboard.h bootmanager.cpp |