mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 04:40:05 +00:00
add compatibility reporting to qt frontend
This commit is contained in:
parent
ae42267cc7
commit
e768a92587
14 changed files with 353 additions and 8 deletions
|
@ -65,6 +65,8 @@ add_executable(citra-qt
|
|||
util/spinbox.h
|
||||
util/util.cpp
|
||||
util/util.h
|
||||
compatdb.cpp
|
||||
compatdb.h
|
||||
)
|
||||
|
||||
set(UIS
|
||||
|
@ -80,6 +82,7 @@ set(UIS
|
|||
aboutdialog.ui
|
||||
hotkeys.ui
|
||||
main.ui
|
||||
compatdb.ui
|
||||
)
|
||||
|
||||
file(GLOB_RECURSE ICONS ${CMAKE_SOURCE_DIR}/dist/icons/*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue