Try to fix building on RHEL.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-11-27 16:06:59 +02:00
parent ccc52239a7
commit c2deab80e1

View File

@ -8,6 +8,8 @@ Requires(postun): desktop-file-utils
# Fedora specifics
%if 0%{?fedora_version} > 0 || 0%{?rhel_version} > 0 || 0%{?centos_version} > 0
BuildRequires: qt5-qtbase-devel >= 5.0.0
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)