mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinQt: GameList!
This commit is contained in:
@ -12,6 +12,10 @@ set(SRCS
|
||||
MainWindow.cpp
|
||||
MainWindow.h
|
||||
SystemInfo.cpp
|
||||
GameList/GameFile.cpp
|
||||
GameList/GameGrid.cpp
|
||||
GameList/GameTracker.cpp
|
||||
GameList/GameTree.cpp
|
||||
Utils/Resources.cpp
|
||||
Utils/Utils.cpp
|
||||
VideoInterface/RenderWidget.cpp
|
||||
@ -21,6 +25,8 @@ set(UIS
|
||||
AboutDialog.ui
|
||||
MainWindow.ui
|
||||
SystemInfo.ui
|
||||
GameList/GameGrid.ui
|
||||
GameList/GameTree.ui
|
||||
)
|
||||
|
||||
set(LIBS core uicommon)
|
||||
|
Reference in New Issue
Block a user