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-psql/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-psql/Makefile')
-rw-r--r-- | x11/qt3-psql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-psql/Makefile b/x11/qt3-psql/Makefile index b199b0a347f..fdcf251128c 100644 --- a/x11/qt3-psql/Makefile +++ b/x11/qt3-psql/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2004/03/26 02:28:02 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/16 14:30:45 recht Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-psql-${QTVERSION} -PKGREVISION= 1 COMMENT= QT postgresql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ |