able to receive file

This commit is contained in:
2026-04-27 15:06:59 +08:00
parent 5442e32abc
commit 71ea3dbd01
11 changed files with 605 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ option(WITH_HTTP_SERVER "Build with QHttpServer support" ON)
find_package(Qt6 REQUIRED COMPONENTS Core Network Quick QuickControls2)
if(WITH_HTTP_SERVER)
find_package(Qt6 COMPONENTS HttpServer)
find_package(Qt6 6.8 COMPONENTS HttpServer)
endif()
add_subdirectory(src/core)