DolphinQt: initial commit.

This adds the beginning of the DolphinQt user interface. It doesn't
do anything useful yet and only builds via CMake.
This commit is contained in:
Augustin Cavalier
2014-09-14 15:03:07 -04:00
committed by Shawn Hoffman
parent 847f78e4cc
commit 16c6a19190
10 changed files with 445 additions and 2 deletions

View File

@ -6,3 +6,7 @@ add_subdirectory(DolphinWX)
add_subdirectory(InputCommon)
add_subdirectory(VideoCommon)
add_subdirectory(VideoBackends)
if(ENABLE_QT)
add_subdirectory(DolphinQt)
endif()