SHA256
3
0
forked from pool/cmake

Accepting request 232620 from KDE:Unstable:Frameworks

(forwarded request 232617 from a_richardson)

OBS-URL: https://build.opensuse.org/request/show/232620
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=148
This commit is contained in:
Dirk Mueller 2014-05-05 12:45:41 +00:00 committed by Git OBS Bridge
parent 6551cd2887
commit 98e9fa6831
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