SPECS: psi.spec - no need to export QTDIR when using qt4-qmake
shadzik
shadzik at pld-linux.org
Thu Oct 18 19:30:20 CEST 2007
Author: shadzik Date: Thu Oct 18 17:30:20 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no need to export QTDIR when using qt4-qmake
---- Files affected:
SPECS:
psi.spec (1.141 -> 1.142)
---- Diffs:
================================================================
Index: SPECS/psi.spec
diff -u SPECS/psi.spec:1.141 SPECS/psi.spec:1.142
--- SPECS/psi.spec:1.141 Thu Oct 18 14:15:08 2007
+++ SPECS/psi.spec Thu Oct 18 19:30:15 2007
@@ -51,14 +51,12 @@
rm -rf third-party
%build
-export QTDIR=%{_libdir}/qt4
-
bash ./configure \
--prefix=%{_prefix} \
--datadir=%{_datadir}
-%{_libdir}/qt4/bin/qmake psi.pro \
+qt4-qmake psi.pro \
QMAKE_CXX="%{__cxx}" \
QMAKE_LINK="%{__cxx}" \
QMAKE_CXXFLAGS_RELEASE="%{rpmcflags}" \
@@ -94,6 +92,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.142 2007/10/18 17:30:15 shadzik
+- no need to export QTDIR when using qt4-qmake
+
Revision 1.141 2007/10/18 12:15:08 shadzik
- one more german fix
- adapterized
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/psi.spec?r1=1.141&r2=1.142&f=u
More information about the pld-cvs-commit
mailing list