Merge pull request #5378 from Ryanel/qt-settings-interface

Qt: Add Interface Pane to Settings
This commit is contained in:
Anthony
2017-05-11 11:19:27 -07:00
committed by GitHub
6 changed files with 202 additions and 3 deletions

View File

@ -29,6 +29,7 @@ set(SRCS
GameList/GameTracker.cpp
GameList/ListProxyModel.cpp
GameList/TableDelegate.cpp
Settings/InterfacePane.cpp
)
list(APPEND LIBS core uicommon)