From d8f9323705285731b1bb89afdf4b350b09d64014 Mon Sep 17 00:00:00 2001 From: Osyotr Date: Wed, 6 Aug 2025 23:31:23 +0300 Subject: [PATCH] Add missing lib on Windows (#11004) * Add missing lib on Windows Signed-off-by: Osyotr * Update libs/platform/CMakeLists.txt Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> --------- Signed-off-by: Osyotr Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> --- libs/platform/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/platform/CMakeLists.txt b/libs/platform/CMakeLists.txt index 2570745ed..7282d9bac 100644 --- a/libs/platform/CMakeLists.txt +++ b/libs/platform/CMakeLists.txt @@ -180,6 +180,7 @@ target_link_libraries(${PROJECT_NAME} $<$:Qt6::Core> $<$:Qt6::Network> $<$:Qt6::Network> + $<$:shlwapi> # PathIsDirectoryEmptyA $<$: -framework\ Foundation -framework\ SystemConfiguration