Add downloading of resources (icon for now)

This commit is contained in:
2025-04-09 23:20:12 +02:00
parent a572fe432d
commit 3f821a6f31
7 changed files with 165 additions and 8 deletions
+2
View File
@@ -21,11 +21,13 @@ set(CMAKE_AUTORCC ON)
add_executable(processor
main.cpp
Processor.h Processor.cpp
DownloadJob.h DownloadJob.cpp
)
target_compile_definitions(processor PRIVATE LOG_DEFAULT_SECTION=100)
target_link_libraries(processor
flowee_utils
Qt6::Core
Qt6::Network
Boost::filesystem
)
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/processor DESTINATION ${CMAKE_BINARY_DIR}/bin)