]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - qt4.spec
just use one rpmbuild macros version that suits
[projects/template-specs.git] / qt4.spec
index a551fe40457036f4ba30c4a512d4ca5bcc35b441..2749033325fc8ab6064326666ff1ca2f7431a9f5 100644 (file)
--- a/qt4.spec
+++ b/qt4.spec
@@ -33,6 +33,14 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 qmake-qt4
 %{__make}
 
+%{__make} \
+       CXX="%{__cxx}" \
+       CXXFLAGS="%{rpmcxxflags}"
+%{__make} gui \
+       QMAKE=qmake-qt4 \
+       CXX="%{__cxx}" \
+       CXXFLAGS="%{rpmcxxflags} "'$(DEFINES)'
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
This page took 0.110542 seconds and 4 git commands to generate.