diff --git a/cmake-gui.changes b/cmake-gui.changes index 9455089..3b1f2aa 100644 --- a/cmake-gui.changes +++ b/cmake-gui.changes @@ -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 diff --git a/cmake-gui.spec b/cmake-gui.spec index 51a9ecf..0b00386 100644 --- a/cmake-gui.spec +++ b/cmake-gui.spec @@ -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