mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 20:47:45 +00:00
12 lines
258 B
Text
12 lines
258 B
Text
![]() |
include(FetchContent)
|
||
|
|
||
|
FetchContent_Declare(
|
||
|
qtkeychain
|
||
|
GIT_REPOSITORY https://github.com/frankosterfeld/qtkeychain.git
|
||
|
GIT_TAG v0.12.0
|
||
|
)
|
||
|
|
||
|
set(BUILD_WITH_QT6 ON)
|
||
|
set(QTKEYCHAIN_STATIC ON)
|
||
|
|
||
|
FetchContent_MakeAvailable(qtkeychain)
|