SPECS: qtscriptgenerator.spec - hack to allow generating all qt classes
vip
vip at pld-linux.org
Tue Apr 14 21:40:24 CEST 2009
Author: vip Date: Tue Apr 14 19:40:24 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- hack to allow generating all qt classes
---- Files affected:
SPECS:
qtscriptgenerator.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/qtscriptgenerator.spec
diff -u SPECS/qtscriptgenerator.spec:1.2 SPECS/qtscriptgenerator.spec:1.3
--- SPECS/qtscriptgenerator.spec:1.2 Tue Apr 14 16:03:57 2009
+++ SPECS/qtscriptgenerator.spec Tue Apr 14 21:40:19 2009
@@ -32,11 +32,12 @@
%setup -q -n %{name}-src-%{version}
%build
-export QTDIR="%{_usr}"
+export QTDIR="%{_libdir}/qt4"
+export INCLUDE="%{_includedir}/qt4"
cd generator
qmake-qt4
%{__make}
-./generator -include-path=%{_usr}/include
+./generator
cd ../qtbindings
qmake-qt4
%{__make}
@@ -57,6 +58,9 @@
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2009/04/14 19:40:19 vip
+- hack to allow generating all qt classes
+
Revision 1.2 2009/04/14 14:03:57 paszczus
- added BRs: QtGui-devel,QtScript-devel,QtXml-devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qtscriptgenerator.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list