From 4def7b3b6e01d2cd663d99f013cbd0fe2482ec18 Mon Sep 17 00:00:00 2001 From: rainmakerv2 <30595646+rainmakerv3@users.noreply.github.com> Date: Sat, 19 Jul 2025 12:15:57 +0800 Subject: [PATCH] delete include to removed folder --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80d014b31..ce05f13a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -260,7 +260,6 @@ endif() add_subdirectory(externals) include_directories(src) -include_directories(Resources) if(ENABLE_QT_GUI) find_package(Qt6 REQUIRED COMPONENTS Widgets Concurrent LinguistTools Network Multimedia)