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

[vidalia-svn] r2228: r2227 has officially dropped support for Qt 4.1. (trunk)



Author: edmanm
Date: 2007-12-17 19:23:43 -0500 (Mon, 17 Dec 2007)
New Revision: 2228

Modified:
   trunk/
   trunk/CMakeLists.txt
   trunk/INSTALL
   trunk/README
Log:
 r2326@lysithea:  edmanm | 2007-12-17 19:23:38 -0500
 r2227 has officially dropped support for Qt 4.1.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r2326] on 0108964c-5b0b-4c9e-969f-e2288315d100

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2007-12-18 00:20:52 UTC (rev 2227)
+++ trunk/CMakeLists.txt	2007-12-18 00:23:43 UTC (rev 2228)
@@ -31,8 +31,8 @@
 ## Specify the minimim required CMake version
 cmake_minimum_required(VERSION 2.4.0)
 
-## Require Qt >= 4.1.0
-set(QT_MIN_VERSION    "4.1.0")
+## Require Qt >= 4.2.0
+set(QT_MIN_VERSION    "4.2.0")
 
 ## Specify the Qt libraries used
 include(FindQt4)
@@ -42,6 +42,7 @@
 include(${QT_USE_FILE})
 include(VidaliaMacros.cmake)
 include(CheckIncludeFileCXX)
+include(CPack)
 
 ## Define Vidalia-specific CMake options
 if (APPLE)

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2007-12-18 00:20:52 UTC (rev 2227)
+++ trunk/INSTALL	2007-12-18 00:23:43 UTC (rev 2228)
@@ -5,7 +5,7 @@
 Before building and running Vidalia, you will need to have the following
 packages installed:
 
-  * Qt >= 4.1           http://trolltech.com/downloads/opensource
+  * Qt >= 4.2           http://trolltech.com/downloads/opensource
   * Tor >= 0.1.2.18     https://www.torproject.org/download.html
   * CMake >= 2.4.0      http://www.cmake.org/HTML/Download.html
 

Modified: trunk/README
===================================================================
--- trunk/README	2007-12-18 00:20:52 UTC (rev 2227)
+++ trunk/README	2007-12-18 00:23:43 UTC (rev 2228)
@@ -4,7 +4,7 @@
 contribute to the Tor network by helping you set up and manage your own Tor
 server.
 
-Vidalia runs on most platforms supported by Qt 4.1 or later, including
+Vidalia runs on most platforms supported by Qt 4.2 or later, including
 Windows, Mac OS X, and Linux or other Unix variants using the X11 window
 system.