From 3efaf7c9463261fb2d182a7ae00d9045a2b273b8 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Tue, 12 May 2026 13:50:45 -0500 Subject: Migrating to OAuth Authentication (#2374) Co-authored-by: aglowinthefield <146008217+aglowinthefield@users.noreply.github.com> Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> --- src/CMakeLists.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8b425272..698ad03d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,7 +12,7 @@ find_package(mo2-esptk CONFIG REQUIRED) find_package(mo2-dds-header CONFIG REQUIRED) find_package(mo2-libbsarch CONFIG REQUIRED) -find_package(Qt6 REQUIRED COMPONENTS WebEngineWidgets WebSockets) +find_package(Qt6 REQUIRED COMPONENTS WebEngineWidgets WebSockets NetworkAuth) find_package(Boost CONFIG REQUIRED COMPONENTS program_options thread interprocess signals2 uuid accumulators) find_package(7zip CONFIG REQUIRED) find_package(lz4 CONFIG REQUIRED) @@ -41,7 +41,7 @@ target_link_libraries(organizer PRIVATE usvfs::usvfs mo2::uibase mo2::archive mo2::libbsarch mo2::bsatk mo2::esptk mo2::lootcli-header Boost::program_options Boost::signals2 Boost::uuid Boost::accumulators - Qt6::WebEngineWidgets Qt6::WebSockets Version Dbghelp) + Qt6::WebEngineWidgets Qt6::WebSockets Qt6::NetworkAuth Version Dbghelp) install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/dlls.manifest.qt6" DESTINATION ${_bin}/dlls @@ -130,6 +130,9 @@ mo2_add_filter(NAME src/core GROUPS githubpp installationmanager nexusinterface + nexusoauthlogin + nexusoauthtokens + nexusoauthconfig nxmaccessmanager organizercore game_features -- cgit v1.3.1