diff options
author | adam <adam@pkgsrc.org> | 2011-05-05 12:37:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-05-05 12:37:07 +0000 |
commit | 594efe3931fee3b05346d310abc1719aa2fdca15 (patch) | |
tree | 8e05e43356d04ab88d8d57ba8f089b623b351428 /x11/qt4-sqlite3 | |
parent | d0c9f0bfd32cd6694c56a9b457ec9bc2c2f738cf (diff) | |
download | pkgsrc-594efe3931fee3b05346d310abc1719aa2fdca15.tar.gz |
Changes 4.7.3:
QtNetwork
- SSL
* [QTBUG-18338] blacklist fraudulent SSL certificates
Qt for Symbian
- Bearer Management
* [QTBUG-15108] Deadlock between SymbianEngine mutex and
QNetworkConfigurationPrivate mutex in the symbian bearer code
* [QTBUG-17627] qnetworksession.h Q_DECLARE_METATYPE breaks building
QtMobility QtBearer depending applications
- GraphicsView
* [QTBUG-17966] Major regression in QGraphicsView OpenVG backend
- Declarative
* [QTBUG-17503] Export qml debugging symbols on Symbian
- Widgets
* [QTBUG-17786] BC between Qt 4.7.3 and 4.6.3 QTreeView::indexRowSizeHint
doesn't return correct value on Symbian for row when QPushButton widget is
inserted in the treeview
* [QTBUG-4953] QMessageBox can not be closed/dismissed on touch phones if any
widget is fullscreen
- Painting
* [QTBUG-17907] tst_QGraphicsTransform::rotation3d test case from
tests/auto/qgraphicstransfor is failed for some rotation angle on
Symbian^3 devices
* [QTBUG-18154] Symbian's QPixmap::logicalDpi[X\Y]() incorrectly
returns MAXINT
Diffstat (limited to 'x11/qt4-sqlite3')
-rw-r--r-- | x11/qt4-sqlite3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-sqlite3/Makefile b/x11/qt4-sqlite3/Makefile index 9470f89ec9b..9e8983bfb01 100644 --- a/x11/qt4-sqlite3/Makefile +++ b/x11/qt4-sqlite3/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2011/04/22 13:45:14 obache Exp $ +# $NetBSD: Makefile,v 1.18 2011/05/05 12:37:08 adam Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-sqlite3-${QTVERSION} -PKGREVISION= 1 COMMENT= QT sqlite3 driver CONFIGURE_ARGS+= -I${QTDIR}/include |