Задействованы компоненыт
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user