From f15330d1fb85126881c550e9fad7b377cff5566f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 10 Mar 2015 23:58:18 +0100 Subject: [PATCH 1/1] - force qt4 build --- attica.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attica.spec b/attica.spec index 6d0f929..35a7194 100644 --- a/attica.spec +++ b/attica.spec @@ -18,7 +18,6 @@ BuildRequires: QtGui-devel >= %{qt_ver} BuildRequires: QtNetwork-devel >= %{qt_ver} BuildRequires: QtXml-devel >= %{qt_ver} BuildRequires: cmake >= 2.8.0 -BuildRequires: kf5-extra-cmake-modules BuildRequires: pkgconfig BuildRequires: qt4-build >= %{qt_ver} BuildRequires: qt4-qmake >= %{qt_ver} @@ -53,7 +52,8 @@ Pliki nagłówkowe biblioteki attica. %build install -d build cd build -%cmake .. +%cmake .. \ + -DQT4_BUILD=1 %{__make} %install -- 2.44.0