chore: exclude qtkeychain from the target build

This commit is contained in:
Yaroslav Gurov
2026-03-28 03:08:26 +01:00
parent ca8164fde4
commit aab0927242

View File

@@ -12,7 +12,7 @@ add_compile_definitions(_WINSOCKAPI_)
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
set(BUILD_WITH_QT6 ON)
add_subdirectory(${CLIENT_ROOT_DIR}/3rd/qtkeychain)
add_subdirectory(${CLIENT_ROOT_DIR}/3rd/qtkeychain EXCLUDE_FROM_ALL)
if(ANDROID)
# Use qtgamepad from amnezia-vpn/qtgamepad repository