From ca8c405b5e831f0a61f3d5aaec89d82d313e964d Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Tue, 14 Jan 2025 17:46:55 -0500 Subject: [PATCH] chore: deskflow-gui, remove unused include_dirs --- src/apps/deskflow-gui/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/apps/deskflow-gui/CMakeLists.txt b/src/apps/deskflow-gui/CMakeLists.txt index 8fb404504..e7cfc9329 100644 --- a/src/apps/deskflow-gui/CMakeLists.txt +++ b/src/apps/deskflow-gui/CMakeLists.txt @@ -63,13 +63,6 @@ elseif(APPLE) set_source_files_properties(${platform_extra} PROPERTIES MACOSX_PACKAGE_LOCATION "Resources") endif() -# gui library autogen headers: -# qt doesn't seem to auto include the autogen headers for libraries. -include_directories(${PROJECT_BINARY_DIR}/src/lib/gui/gui_autogen/include) - -# generated includes -include_directories(${PROJECT_BINARY_DIR}/config) - add_executable(${target} WIN32 MACOSX_BUNDLE ${sources} ${ui_files} ${platform_extra}) target_link_libraries(