Qt: add system settings config tab
This commit is contained in:
parent
ab2eef396a
commit
ec3e99eec7
8 changed files with 450 additions and 4 deletions
|
@ -22,6 +22,7 @@ set(SRCS
|
|||
configure_debug.cpp
|
||||
configure_dialog.cpp
|
||||
configure_general.cpp
|
||||
configure_system.cpp
|
||||
game_list.cpp
|
||||
hotkeys.cpp
|
||||
main.cpp
|
||||
|
@ -52,6 +53,7 @@ set(HEADERS
|
|||
configure_debug.h
|
||||
configure_dialog.h
|
||||
configure_general.h
|
||||
configure_system.h
|
||||
game_list.h
|
||||
game_list_p.h
|
||||
hotkeys.h
|
||||
|
@ -69,6 +71,7 @@ set(UIS
|
|||
configure_audio.ui
|
||||
configure_debug.ui
|
||||
configure_general.ui
|
||||
configure_system.ui
|
||||
hotkeys.ui
|
||||
main.ui
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue