[vlc-devel] commit: make.pl: missing qt4 stuff. ( Rémi Duraffort )

git version control git at videolan.org
Sun Jan 18 12:24:41 CET 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun Jan 18 11:59:47 2009 +0100| [40e2dbaf7dc8a42af923bc1f396b607f3addfd05] | committer: Rémi Duraffort 

make.pl: missing qt4 stuff.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40e2dbaf7dc8a42af923bc1f396b607f3addfd05
---

 extras/buildsystem/make.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl
index 6e1c236..348c6e0 100755
--- a/extras/buildsystem/make.pl
+++ b/extras/buildsystem/make.pl
@@ -54,6 +54,7 @@ while(<STDIN>)
 	$line =~ /^libtool:\s/ ||
 	$line =~ /^\/bin\/sh/ ||
 	$line =~ /^\/usr\/bin\/moc-qt4/ ||
+	$line =~ /^\/usr\/bin\/uic-qt4/ ||
 	$line =~ /^creating lib.*/)
      {}
      # Info




More information about the vlc-devel mailing list