mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Remove mbedtls dependency
This commit is contained in:
parent
6c5fc7c6c2
commit
78c0bc3d60
2 changed files with 2 additions and 10 deletions
|
@ -19,7 +19,7 @@ add_executable(xivlauncher
|
||||||
src/settingswindow.cpp
|
src/settingswindow.cpp
|
||||||
src/blowfish.cpp)
|
src/blowfish.cpp)
|
||||||
|
|
||||||
target_link_libraries(xivlauncher Qt6::Core Qt6::Widgets Qt6::Network qt6keychain mbedtls)
|
target_link_libraries(xivlauncher Qt6::Core Qt6::Widgets Qt6::Network qt6keychain)
|
||||||
|
|
||||||
# disgusting, thanks qtkeychain
|
# disgusting, thanks qtkeychain
|
||||||
target_include_directories(xivlauncher PRIVATE
|
target_include_directories(xivlauncher PRIVATE
|
||||||
|
|
10
external/CMakeLists.txt
vendored
10
external/CMakeLists.txt
vendored
|
@ -9,12 +9,4 @@ FetchContent_Declare(
|
||||||
set(BUILD_WITH_QT6 ON CACHE BOOL "" FORCE)
|
set(BUILD_WITH_QT6 ON CACHE BOOL "" FORCE)
|
||||||
set(QTKEYCHAIN_STATIC ON CACHE BOOL "" FORCE)
|
set(QTKEYCHAIN_STATIC ON CACHE BOOL "" FORCE)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(qtkeychain)
|
FetchContent_MakeAvailable(qtkeychain)
|
||||||
|
|
||||||
FetchContent_Declare(
|
|
||||||
mbedtls
|
|
||||||
GIT_REPOSITORY https://github.com/ARMmbed/mbedtls.git
|
|
||||||
GIT_TAG v2.27.0 # last version with blowfish support
|
|
||||||
)
|
|
||||||
|
|
||||||
FetchContent_MakeAvailable(mbedtls)
|
|
Loading…
Add table
Reference in a new issue