able to receive file
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user