From 9064eb6ae14731b698f4304f0e25ef52ba6e931f Mon Sep 17 00:00:00 2001 From: Saturneric Date: Thu, 13 Jan 2022 01:56:12 +0800 Subject: (project, ui, core): Normalize third-party dependencies. 1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead. --- src/ui/thread/VersionCheckThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/thread/VersionCheckThread.cpp') diff --git a/src/ui/thread/VersionCheckThread.cpp b/src/ui/thread/VersionCheckThread.cpp index 2a1cf9af..8b2487d8 100644 --- a/src/ui/thread/VersionCheckThread.cpp +++ b/src/ui/thread/VersionCheckThread.cpp @@ -25,9 +25,9 @@ #include "VersionCheckThread.h" #include +#include #include "GpgFrontendBuildInfo.h" -#include "json/json.hpp" namespace GpgFrontend::UI { -- cgit v1.2.3