Qt5 is now required.

This commit is contained in:
Richard Shaw 2017-11-02 11:09:26 -05:00
parent c4daba7506
commit 1eed71fda6
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Patch2: OpenImageIO-as_needed.patch
BuildRequires: cmake gcc-c++ BuildRequires: cmake gcc-c++
BuildRequires: txt2man BuildRequires: txt2man
BuildRequires: qt4-devel BuildRequires: qt5-devel
%if 0%{?rhel} && 0%{?rhel} < 7 %if 0%{?rhel} && 0%{?rhel} < 7
BuildRequires: boost148-devel BuildRequires: boost148-devel
%else %else
@ -148,12 +148,12 @@ rm -rf build/linux && mkdir -p build/linux && pushd build/linux
-DVERBOSE=TRUE \ -DVERBOSE=TRUE \
../../ ../../
make %{?_smp_mflags} %make_build
%install %install
pushd build/linux pushd build/linux
make DESTDIR=%{buildroot} install %make_install
# Move man pages to the right directory # Move man pages to the right directory
mkdir -p %{buildroot}%{_mandir}/man1 mkdir -p %{buildroot}%{_mandir}/man1