]> git.pld-linux.org Git - packages/attica.git/commitdiff
- force qt4 build auto/th/attica-0.4.2-4
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 10 Mar 2015 22:58:18 +0000 (23:58 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 10 Mar 2015 22:58:18 +0000 (23:58 +0100)
attica.spec

index 6d0f929912872641cffbb013d80e271f0e2e8119..35a7194bd1ea801474872bc396b9d1f0d03cb901 100644 (file)
@@ -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
This page took 0.031128 seconds and 4 git commands to generate.