[or-cvs] r20368: {torbrowser} bump Qt to 4.5.2 (torbrowser/trunk/build-scripts)

phobos at seul.org phobos at seul.org
Tue Aug 25 03:34:56 UTC 2009


Author: phobos
Date: 2009-08-24 23:34:56 -0400 (Mon, 24 Aug 2009)
New Revision: 20368

Modified:
   torbrowser/trunk/build-scripts/INSTALL
Log:
bump Qt to 4.5.2


Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL	2009-08-25 01:55:57 UTC (rev 20367)
+++ torbrowser/trunk/build-scripts/INSTALL	2009-08-25 03:34:56 UTC (rev 20368)
@@ -219,15 +219,15 @@
 Installing Qt
 =============
 
-Download Qt 4.1 or later, we'll use 4.5.1:
+Download Qt 4.1 or later, we'll use 4.5.2:
 
     http://trolltech.com/developer/downloads/qt/windows
 
 Download and run the installer with Windows Explorer:
 
-    ftp://ftp.trolltech.com/qt/source/qt-win-opensource-4.5.1-mingw.exe
+    ftp://ftp.trolltech.com/qt/source/qt-win-opensource-4.5.2-mingw.exe
 
-When prompted, install Qt into 'C:\Qt\4.5.1'
+When prompted, install Qt into 'C:\Qt\4.5.2'
 You will be prompted for the install path for your MinGW directory, enter 'C:\MinGW'
 You may have an error about win32api.h being not found. This is not true. You
 have win32api.h and Qt is wrong.  This is a result of the Qt installer not
@@ -447,13 +447,13 @@
 Set a proper environment:
 
     cat << 'EOF' >> /etc/profile
-    export QTDIR="C:\Qt\4.5.1"
-    export PATH=$PATH:/c/Qt/4.5.1/bin
+    export QTDIR="C:\Qt\4.5.2"
+    export PATH=$PATH:/c/Qt/4.5.2/bin
     export PATH=$PATH:/c/Program\ Files/CMake\ 2.6/bin/
     export QMAKESPEC=win32-g++
     EOF
 
-    export PATH=$PATH:/c/Program\ Files/CMake\ 2.6/bin/:/c/MinGW/bin/:/c/Qt/4.5.1/bin/
+    export PATH=$PATH:/c/Program\ Files/CMake\ 2.6/bin/:/c/MinGW/bin/:/c/Qt/4.5.2/bin/
 
 Create the proper MSYS Makefiles and don't forget the '.' at the end!
 
@@ -481,7 +481,7 @@
 
       and other libraries with known full path:
 
-        C:/Qt/4.5.1/lib/libQtGui4.a
+        C:/Qt/4.5.2/lib/libQtGui4.a
 
 
       CMake is adding directories in the second list to the linker search path in
@@ -628,7 +628,7 @@
 An example to change the Qt Lib version:
 
         From: QT=/c/Qt/4.3.4/bin
-        To: QT=/c/Qt/4.5.1/bin
+        To: QT=/c/Qt/4.5.2/bin
 
 And then change the Tor version:
 



More information about the tor-commits mailing list