refactor: Move SimpleCrypt to third_party/

This commit is contained in:
Lars Toenning
2023-12-17 12:05:55 +01:00
parent cb0912ebc0
commit 457beab327
11 changed files with 520 additions and 512 deletions

View File

@@ -654,10 +654,6 @@ add_library(misc SHARED
test/testserviceinterface.cpp
test/testserviceinterface.h
# Third party
thirdparty/simplecrypt.cpp
thirdparty/simplecrypt.h
# Weather
weather/cloudlayer.cpp
weather/cloudlayer.h
@@ -722,6 +718,7 @@ target_link_libraries(misc
externals_rapidjson # used by xswiftbussettingsqtfree.inc
PRIVATE
Qt::Xml
SimpleCrypt
)
if(SWIFT_USE_CRASHPAD)