Accepting request 232709 from devel:tools:building

(forwarded request 232617 from a_richardson) (forwarded request 232620 from sumski)

OBS-URL: https://build.opensuse.org/request/show/232709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=84
This commit is contained in:
Stephan Kulow 2014-05-06 11:39:39 +00:00 committed by Git OBS Bridge
commit 25d1c57700
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 4 20:52:05 UTC 2014 - arichardson.kde@gmail.com
- Use Qt5 for building the GUI
-------------------------------------------------------------------
Thu Apr 24 23:08:48 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -37,7 +37,11 @@ BuildRequires: expat-devel
%endif
BuildRequires: curl-devel
BuildRequires: gcc-c++
%if 0%{?suse_version} >= 1320
BuildRequires: pkgconfig(Qt5Widgets)
%else
BuildRequires: libqt4-devel
%endif
BuildRequires: openssl-devel
BuildRequires: update-desktop-files
BuildRequires: zlib-devel