diff options
author | adam <adam@pkgsrc.org> | 2007-10-13 12:02:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-10-13 12:02:14 +0000 |
commit | 51982bd5eeade4ba75900c88e076f9746975ba8f (patch) | |
tree | df2e1cee69b4b4d5b926a91632526396040b54c7 /x11/qt4 | |
parent | 531548440524f415d9017da0ff8a85aa268b5eaf (diff) | |
download | pkgsrc-51982bd5eeade4ba75900c88e076f9746975ba8f.tar.gz |
Changes 4.3.2:
* General Improvements
* Fixed incorrect behavior of the widget editing mode that
could occur when a form was resized.
* Fixed a crash that could occur when several commands were
redone in one go.
* Enabled MSVC and Borland project generators for the Qt Open Source
edition.
* Ensured that the QMAKE_CC and QMAKE_CXX variables are not defined in
the Xcode project generator to allow distributed (distcc) builds to
work again.
* more...
Diffstat (limited to 'x11/qt4')
-rw-r--r-- | x11/qt4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4/Makefile.common b/x11/qt4/Makefile.common index 02725367895..c4fecac5a09 100644 --- a/x11/qt4/Makefile.common +++ b/x11/qt4/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.9 2007/09/03 15:18:20 drochner Exp $ +# $NetBSD: Makefile.common,v 1.10 2007/10/13 12:02:14 adam Exp $ -QTVERSION= 4.3.1 +QTVERSION= 4.3.2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.trolltech.com/products/qt/ |