diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-08-11 17:38:29 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-08-11 17:38:29 +0200 |
commit | 0bd53a34ef975b12563ccfa6247def84789d098b (patch) | |
tree | 40a8bcbe021e5037098f95660c376776a777c7c2 /src/frontend/qt_sdl/CMakeLists.txt | |
parent | e217d016a75eda47ee462d71cacbbf586770f6a8 (diff) |
lay base for the actual dialog
also make EmuSettingsDialog properly modal
Diffstat (limited to 'src/frontend/qt_sdl/CMakeLists.txt')
-rw-r--r-- | src/frontend/qt_sdl/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/CMakeLists.txt b/src/frontend/qt_sdl/CMakeLists.txt index 05c42d1..9a0a025 100644 --- a/src/frontend/qt_sdl/CMakeLists.txt +++ b/src/frontend/qt_sdl/CMakeLists.txt @@ -3,6 +3,7 @@ project(qt_sdl) SET(SOURCES_QT_SDL main.cpp main_shaders.h + CheatsDialog.cpp EmuSettingsDialog.cpp InputConfigDialog.cpp VideoSettingsDialog.cpp |