From b0f9218ba5627d5ee2b5054a0fed5a10e39acf09 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 29 Jul 2021 22:57:01 -0500 Subject: [PATCH] [nostalgia] Remove QDark from main CMakeLists.txt --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91bb4789f..1228acaaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,9 +53,6 @@ include_directories( if(BUILDCORE_TARGET STREQUAL "gba") add_subdirectory(deps/gbastartup) else() - if(NOSTALGIA_BUILD_STUDIO) - add_subdirectory(deps/QDark) - endif() add_subdirectory(deps/imgui) endif()