mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Build and link qtkeychain statically
This commit is contained in:
parent
cf5ec33c70
commit
777d74fdfa
|
@ -127,6 +127,7 @@ else (USE_PACKAGE_MANAGER)
|
||||||
message(FATAL_ERROR "Submodules probably not loaded, unable to find lib/qtkeychain/CMakeLists.txt")
|
message(FATAL_ERROR "Submodules probably not loaded, unable to find lib/qtkeychain/CMakeLists.txt")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
option(QTKEYCHAIN_STATIC "" ON)
|
||||||
add_subdirectory("${QT5KEYCHAIN_ROOT_LIB_FOLDER}" EXCLUDE_FROM_ALL)
|
add_subdirectory("${QT5KEYCHAIN_ROOT_LIB_FOLDER}" EXCLUDE_FROM_ALL)
|
||||||
if (NOT TARGET qt5keychain)
|
if (NOT TARGET qt5keychain)
|
||||||
message(FATAL_ERROR "qt5keychain target was not created :@")
|
message(FATAL_ERROR "qt5keychain target was not created :@")
|
||||||
|
|
Loading…
Reference in a new issue