diff options
author | adam <adam@pkgsrc.org> | 2010-07-04 06:00:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-07-04 06:00:13 +0000 |
commit | 373961a9553bdc31b0db78ba62673b4a7d5fc052 (patch) | |
tree | 1755b632946af674a0894f3fe2beb2636f336716 /x11/qt4-tools | |
parent | b93868017f103bdde54157ec9282d77b74a31250 (diff) | |
download | pkgsrc-373961a9553bdc31b0db78ba62673b4a7d5fc052.tar.gz |
Changes 4.6.3:
* Added Spectrum analyzer demo application.
* Added exit softkey to Wiggly example.
* Added close button to Anomaly demo.
* Fixed Anomaly demo controlstrip icon placement for very small screens.
* Ensure history configuration is cleared when a state machine is restarted.
For more read: http://qt.nokia.com/developer/changes/changes-4.6.3
Diffstat (limited to 'x11/qt4-tools')
-rw-r--r-- | x11/qt4-tools/Makefile | 3 | ||||
-rw-r--r-- | x11/qt4-tools/PLIST | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index 6ac8c38924d..c705356b187 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2010/06/13 22:45:52 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2010/07/04 06:00:15 adam Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" -PKGREVISION= 1 PKGNAME= qt4-tools-${QTVERSION} COMMENT= QT GUI (WYSIWYG) builder and other tools diff --git a/x11/qt4-tools/PLIST b/x11/qt4-tools/PLIST index 552d2f2479d..b713b25afb5 100644 --- a/x11/qt4-tools/PLIST +++ b/x11/qt4-tools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2010/02/16 13:08:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.22 2010/07/04 06:00:15 adam Exp $ lib/pkgconfig/QtAssistantClient.pc lib/pkgconfig/QtCLucene.pc lib/pkgconfig/QtDesigner.pc @@ -213,6 +213,7 @@ qt4/mkspecs/features/silent.prf qt4/mkspecs/features/static.prf qt4/mkspecs/features/static_and_shared.prf qt4/mkspecs/features/staticlib.prf +qt4/mkspecs/features/symbian/add_mmp_rules.prf qt4/mkspecs/features/symbian/application_icon.prf qt4/mkspecs/features/symbian/armcc_warnings.prf qt4/mkspecs/features/symbian/data_caging_paths.prf @@ -422,12 +423,14 @@ qt4/mkspecs/solaris-g++-64/qplatformdefs.h qt4/mkspecs/solaris-g++/qmake.conf qt4/mkspecs/solaris-g++/qplatformdefs.h qt4/mkspecs/symbian-abld/qmake.conf +qt4/mkspecs/symbian-abld/qplatformdefs.h qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_emulator_deployment.flm qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_post_link.flm qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_store_build.flm qt4/mkspecs/symbian-sbsv2/flm/qt/qt.xml qt4/mkspecs/symbian-sbsv2/qmake.conf +qt4/mkspecs/symbian-sbsv2/qplatformdefs.h qt4/mkspecs/tru64-cxx/qmake.conf qt4/mkspecs/tru64-cxx/qplatformdefs.h qt4/mkspecs/tru64-g++/qmake.conf |