diff --git a/.gitmodules b/.gitmodules index 0ee555f..099ebdf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "external/libcotp"] path = external/libcotp - url = https://github.com/paolostivanin/libcotp.git + url = https://github.com/redstrate/libcotp.git diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index e592ad0..e6001c4 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -2,6 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 set(BUILD_SHARED_LIBS OFF) +set(BUILD_TESTS OFF) add_subdirectory(libcotp) diff --git a/external/libcotp b/external/libcotp index f88829c..80c076c 160000 --- a/external/libcotp +++ b/external/libcotp @@ -1 +1 @@ -Subproject commit f88829ca931b040d37a1040f2796c1a5901d2246 +Subproject commit 80c076c528c54bea9280a173122e3f7f073c9238 diff --git a/launcher/src/account.cpp b/launcher/src/account.cpp index bc0cf58..edc4357 100644 --- a/launcher/src/account.cpp +++ b/launcher/src/account.cpp @@ -6,9 +6,9 @@ #include #include #include +#include #include -#include "cotp.h" #include "launchercore.h" Account::Account(LauncherCore &launcher, const QString &key, QObject *parent)