[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1779: I hear we build just fine with Qt 4.3. In other news, there (trunk)



Author: edmanm
Date: 2007-06-09 00:57:29 -0400 (Sat, 09 Jun 2007)
New Revision: 1779

Modified:
   trunk/
   trunk/configure.in
Log:
 r1907@adrastea:  edmanm | 2007-06-09 00:57:08 -0400
 I hear we build just fine with Qt 4.3. In other news, there is a Qt 4.3.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /vidalia/local/trunk [r1907] on 54b3572a-7227-0410-958f-53ecd705b71a

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2007-06-09 04:43:05 UTC (rev 1778)
+++ trunk/configure.in	2007-06-09 04:57:29 UTC (rev 1779)
@@ -36,7 +36,7 @@
     # Ask qmake if we have the right version
     QTVERSION=`$QMAKE -query QT_VERSION`
     case $QTVERSION in
-      4.1.*|4.2.*)
+      4.1.*|4.2.*|4.3.*)
         QTDIR=`$QMAKE -query QT_INSTALL_PREFIX`
         break
         ;;