Задействованы компоненыт

This commit is contained in:
2025-11-29 12:41:21 +02:00
parent f95c4e304d
commit 0017194a39
2 changed files with 23 additions and 12 deletions

View File

@@ -61,7 +61,14 @@ else()
qt5_create_translation(QM_FILES ${CMAKE_SOURCE_DIR} ${TS_FILES})
endif()
add_subdirectory(components)
include(FetchContent)
FetchContent_Declare(
components
GIT_REPOSITORY https://gogs.dended.ru/ded/components.git
GIT_TAG master
)
FetchContent_MakeAvailable(components)
target_link_libraries(beerlog
PRIVATE Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Quick Qt${QT_VERSION_MAJOR}::WebSockets componentsplugin)