Commit 65af5730 authored by Matt Edman's avatar Matt Edman
Browse files

New rule: you must have Qt 4.3 or later to build Vidalia 0.2.x. With the
things we've added that require QSslSocket, it's becoming a pain to keep
making these features optional for those few (if any) suckers still running a
distro that will only let them have a Qt from 2007.


svn:r3730
parent 9b490cf7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
    for consistency with our 'make dist-osx' target.
  o Fix a couple bugs in the WiX-based Windows installer related to building
    a Marble-enabled Vidalia installer.
  o Raise the minimum required Qt version from 4.2 to 4.3.


0.2.0   19-Mar-2009
+1 −5
Original line number Diff line number Diff line
@@ -30,11 +30,7 @@ endif(COMMAND cmake_policy)
option(USE_MARBLE "Enable the KDE Marble-based map widget." OFF)

## Specify the minimum version of Qt required
if (USE_MARBLE)
set(QT_MIN_VERSION    "4.3.0")
else(USE_MARBLE)
  set(QT_MIN_VERSION    "4.2.0")
endif(USE_MARBLE)

## Specify the Qt libraries used
include(FindQt4)
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ at a glance, and monitor Tor's bandwidth usage. Vidalia also makes it easy to
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.2 or later, including
Vidalia runs on most platforms supported by Qt 4.3 or later, including
Windows, Mac OS X, and Linux or other Unix variants using the X11 window
system.