Add initial work on Qt frontend

This commit is contained in:
Connor McLaughlin
2019-12-31 16:17:17 +10:00
parent 98214a9327
commit f3e9c3ec8c
64 changed files with 3490 additions and 14 deletions

View File

@ -1,6 +1,11 @@
add_subdirectory(common)
add_subdirectory(core)
if(NOT ANDROID)
if(BUILD_SDL_FRONTEND)
add_subdirectory(duckstation)
endif()
if(BUILD_QT_FRONTEND)
add_subdirectory(duckstation-qt)
endif()