From 618cf9e7148c744b4a1c247a68d2cfd516de4c63 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 11 Jun 2021 16:00:09 +0200 Subject: [PATCH] BR: build tools --- qt6-qtscxml.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qt6-qtscxml.spec b/qt6-qtscxml.spec index a19dc9d..78396ff 100644 --- a/qt6-qtscxml.spec +++ b/qt6-qtscxml.spec @@ -11,6 +11,9 @@ Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: ninja-build BuildRequires: qt6-qtbase-devel >= %{version} BuildRequires: qt6-qtbase-private-devel %{?_qt6:Requires: %{_qt6}%{?_isa} = %{_qt6_version}}