Merge pull request #6336 from spycrab/qt_additional_wiimote_settings

Qt: Implement Wiimote pane
This commit is contained in:
Anthony
2018-02-12 09:28:15 -08:00
committed by GitHub
7 changed files with 571 additions and 1 deletions

View File

@ -102,6 +102,8 @@ set(SRCS
Settings/GeneralPane.cpp
Settings/InterfacePane.cpp
Settings/PathPane.cpp
Settings/WiiPane.cpp
Settings/USBDeviceAddToWhitelistDialog.cpp
)
list(APPEND LIBS core uicommon)