diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-03-11 19:39:20 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-04-17 11:35:24 -0400 |
commit | 76452cd5b3bfd71ebc17ec8da4c593cdd5ee6d0e (patch) | |
tree | 2ab08034973e9d762befdfaab213565ddd394cf3 /src/yuzu/CMakeLists.txt | |
parent | f6e229505583d37c8320f3a01b3f86018fcde22b (diff) |
qt: Add dialog implementation of Error applet
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 31b65c04c..5138bd9a3 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/error.cpp + applets/error.h applets/profile_select.cpp applets/profile_select.h applets/software_keyboard.cpp |