1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-03 19:07:39 +01:00

spec: Remove Qt 5 specific requires

This commit is contained in:
Jonas Kvinge 2024-09-13 00:41:59 +02:00
parent 86dd2886d2
commit 718c24ee47

View File

@ -71,13 +71,8 @@ BuildRequires: pkgconfig(libvlc)
%endif
%if 0%{?suse_version}
%if "@QT_VERSION_MAJOR@" == "6"
Requires: qt6-sql-sqlite
Requires: qt6-network-tls
%endif
%if "@QT_VERSION_MAJOR@" == "5"
Requires: libQt5Sql5-sqlite
%endif
%endif
%description