From e46101fcb2c34dd14865ef6d0bf029a8621bcf06 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:34:10 -0700 Subject: [PATCH] fix: prismlauncher (#2285) (#2317) cmake(Qt6NetworkAuth) Signed-off-by: madomado (cherry picked from commit 208a6099c6b3ba5806f7c861d3773bfbc0787e45) Co-authored-by: madomado --- anda/games/prismlauncher/prismlauncher.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/games/prismlauncher/prismlauncher.spec b/anda/games/prismlauncher/prismlauncher.spec index a0c338278e..efcac4a5b8 100644 --- a/anda/games/prismlauncher/prismlauncher.spec +++ b/anda/games/prismlauncher/prismlauncher.spec @@ -46,6 +46,7 @@ BuildRequires: cmake(Qt%{qt_version}Network) >= %{min_qt_version} BuildRequires: cmake(Qt%{qt_version}Test) >= %{min_qt_version} BuildRequires: cmake(Qt%{qt_version}Widgets) >= %{min_qt_version} BuildRequires: cmake(Qt%{qt_version}Xml) >= %{min_qt_version} +BuildRequires: cmake(Qt%{qt_version}NetworkAuth) >= %{min_qt_version} BuildRequires: tomlplusplus-devel %if %{with qt6}