mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
GH-4071 handle invalid MSA refresh token as a hard error
This commit is contained in:
parent
285188ea53
commit
859d710581
2 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.1)
|
||||
project(LocalPeer)
|
||||
|
||||
find_package(Qt5Core REQUIRED QUIET)
|
||||
find_package(Qt5Network REQUIRED QUIET)
|
||||
find_package(Qt5 COMPONENTS Core Network REQUIRED)
|
||||
|
||||
set(SINGLE_SOURCES
|
||||
src/LocalPeer.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue