gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5963 - GNUnet/contrib


From: gnunet
Subject: [GNUnet-SVN] r5963 - GNUnet/contrib
Date: Tue, 18 Dec 2007 16:29:30 -0700 (MST)

Author: grothoff
Date: 2007-12-18 16:29:30 -0700 (Tue, 18 Dec 2007)
New Revision: 5963

Modified:
   GNUnet/contrib/report.sh
Log:
check for qt

Modified: GNUnet/contrib/report.sh
===================================================================
--- GNUnet/contrib/report.sh    2007-12-18 21:59:57 UTC (rev 5962)
+++ GNUnet/contrib/report.sh    2007-12-18 23:29:30 UTC (rev 5963)
@@ -185,8 +185,16 @@
   echo "GNU adns       : Not found"
 fi
 
+TEST=`which qmake 2> /dev/null`
+if test -x "$TEST"; then
+  qmake --version | tail -n 1 | awk '{print "Qt             : "$4}'
+else
+  echo "Qt             : Not found"
+fi
 
 
 
 
+
+
 echo "--------------------------------------------------------------"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]