Move the menu bar into its own file.

This commit is contained in:
spxtr
2015-12-19 21:24:48 -08:00
parent c683b54921
commit f9f2b2fd36
6 changed files with 138 additions and 121 deletions

View File

@ -4,18 +4,19 @@ add_definitions(-DQT_USE_QSTRINGBUILDER -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_
set(CMAKE_AUTOMOC ON)
set(SRCS
Host.cpp
Main.cpp
MainWindow.cpp
Host.cpp
MenuBar.cpp
RenderWidget.cpp
Resources.cpp
ToolBar.cpp
GameList/GameFile.cpp
GameList/GameList.cpp
GameList/GameTracker.cpp
GameList/GameListModel.cpp
GameList/TableProxyModel.cpp
GameList/GameTracker.cpp
GameList/ListProxyModel.cpp
GameList/TableProxyModel.cpp
)
list(APPEND LIBS core uicommon)