Build: Add pcsx2core variant for Qt

This commit is contained in:
Connor McLaughlin
2021-12-14 18:02:10 +10:00
committed by refractionpcsx2
parent 8bedfc257f
commit c2ca0852d9
7 changed files with 2970 additions and 50 deletions
+5 -1
View File
@@ -30,7 +30,7 @@ include(SearchForStuff)
get_git_version_info()
write_svnrev_h()
if(NOT NO_TRANSLATION)
if(NOT NO_TRANSLATION AND NOT PCSX2_CORE)
# make the translation
if(EXISTS "${CMAKE_SOURCE_DIR}/locales")
add_subdirectory(locales)
@@ -43,6 +43,10 @@ add_subdirectory(common)
# make pcsx2
add_subdirectory(pcsx2)
if (QT_BUILD)
add_subdirectory(pcsx2-qt)
endif()
# tests
if(ACTUALLY_ENABLE_TESTS)
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)