diff options
author | recht <recht@pkgsrc.org> | 2004-04-16 14:30:44 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-16 14:30:44 +0000 |
commit | 9dada60fa50976cf8519a91bc1c987cdddf86935 (patch) | |
tree | 2030a2fa354a78cb727cdc6a45a24ec4fc27fb95 /x11/qt3-tools/Makefile | |
parent | 846d7c9f6d86ee9ab7ab244841133e2703ec0296 (diff) | |
download | pkgsrc-9dada60fa50976cf8519a91bc1c987cdddf86935.tar.gz |
update to 3.3.1
changes (among many others):
- New QLocale Class
- The ActiveQt framework, first available in Qt 3.1, has been enhanced in
lots of ways in Qt 3.3.
- Semi-Transparent Windows
Other Improvements
- The network module now supports IPv6 in addition to IPv4.
- New 64-bit platforms are supported: Itanium on Linux (Intel compiler) and
Windows (MSVC and Intel).
- QCursor now provides the BusyCursor shape, which combines an hourglass with
an arrow.
- Qt's DOM classes are now reentrant when Qt is built with multithread support
enabled.
See http://www.trolltech.com/products/qt/whatsnew.html for more details.
Diffstat (limited to 'x11/qt3-tools/Makefile')
-rw-r--r-- | x11/qt3-tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index a089c7d3257..4f3d4d3c7ce 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2003/12/23 17:50:59 xtraeme Exp $ +# $NetBSD: Makefile,v 1.25 2004/04/16 14:30:45 recht Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-tools-${QTVERSION} -PKGREVISION= 1 COMMENT= QT GUI (WYSIWYG) builder and other tools CONFIGURE_ARGS+= -I${QTDIR}/include \ |