summaryrefslogtreecommitdiff
path: root/x11/qt4-libs/files
AgeCommit message (Collapse)AuthorFilesLines
2012-01-12Changes 4.8.0:adam1-1/+3
Featuring Qt Platform Abstraction, threaded OpenGL support, multithreaded HTTP and optimized file system access.
2011-01-12* Install libphonon.adam2-4/+100
* On Mac OS X build Qt with Cocoa, but don't install as a framework.
2011-01-01* Replace patch-ab with SUBST to enable LIBTOOL in gui.pro; fixes the problemadam1-2/+0
with ssse3 extension and other future additions to gui.pro. * Use CONFIGURE_ARGS instead of 'license-acceptance' file to enable open source licence. * qmake.conf for Interix (patch-ai) is no longer needed since PkgSrc's qmake.conf replaces all mkspecs in pre-configure.
2010-11-15Changes 4.7.1:adam1-6/+16
Qt 4.7.1 is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 4.7.0. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7. Changes 4.7.0: Qt 4.7 introduces many new features and improvements as well as bugfixes over the 4.6.x series. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7.
2009-06-13Update to 4.5.1. Most of work done by Matthias Drochner. Upstream changeloghasso1-0/+1
is too massive, see http://doc.qtsoftware.com/4.5/qt4-5-intro.html as starting point.
2008-10-08Fix qmake.conf to handle shared libraries correctly.wiz1-4/+4
Bump qt4-tools PKGREVISION.
2006-07-17Use the libtool mode of qmake, instead of patching the non-libtool modeminskim1-19/+7
to use libtool. This fixes PR 33951. Bump PKGREVISION for qt4-libs and qt4-tools.
2006-02-20Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing andadam2-0/+97
maintaining GUI (graphical user interface) applications. Qt is written in C++ and is fully object-oriented. It has everything you need to create professional GUI applications. And it enables you to create them quickly. Qt is a multi-platform toolkit. When developing software with Qt, you can run it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. Simply recompile your source code on the platform you want. Qt cuts down the complexity in implementing large and complex systems. Its ingenious signal-slot technology enables true component programming.