From f2606fe448ec1ff99336a8c2aa188170dbd1c186 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 21 Oct 2021 10:09:13 -0500 Subject: [PATCH] disable cmake warnings, BR: cmake(KF5QQC2DesktopStyle) --- kde-connect.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kde-connect.spec b/kde-connect.spec index 8ff35a8..e1168af 100644 --- a/kde-connect.spec +++ b/kde-connect.spec @@ -40,6 +40,8 @@ BuildRequires: cmake(KF5People) BuildRequires: cmake(KF5Service) BuildRequires: cmake(KF5Wayland) +BuildRequires: cmake(KF5QQC2DesktopStyle) + %if 0%{?bluetooth} BuildRequires: cmake(Qt5Bluetooth) %endif @@ -121,6 +123,7 @@ Supplements: (kdeconnectd and nautilus) %build %cmake_kf5 \ + -Wno-dev \ %{?bluetooth:-DBLUETOOTH_ENABLED:BOOL=ON} %cmake_build