diff options
author | mi <mi@FreeBSD.org> | 2003-09-06 03:21:30 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2003-09-06 03:21:30 +0800 |
commit | 0fd9c5295e1dbddc3f90fb58e2113a7bfb1b1258 (patch) | |
tree | bf6bc58da0ec80df91e80ff5396a8fa1d57cb06e /devel/qmake/pkg-descr | |
parent | 1db372f564c3524613bc88c6392af22ee2d4b085 (diff) | |
download | freebsd-ports-gnome-0fd9c5295e1dbddc3f90fb58e2113a7bfb1b1258.tar.gz freebsd-ports-gnome-0fd9c5295e1dbddc3f90fb58e2113a7bfb1b1258.tar.zst freebsd-ports-gnome-0fd9c5295e1dbddc3f90fb58e2113a7bfb1b1258.zip |
This is first step in an attempt to break the Qt port into pieces.
This port installs qmake, which is only needed to build Qt -- not
to use it. It should also help futute work on the Qt port, by not
requiring the developer to recompile qmake as frequently as at
present. This port uses Qt-3.2.1, which is not committed yet.
Discussed with: kde@
Diffstat (limited to 'devel/qmake/pkg-descr')
-rw-r--r-- | devel/qmake/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/qmake/pkg-descr b/devel/qmake/pkg-descr new file mode 100644 index 000000000000..eccbc5d9c1e0 --- /dev/null +++ b/devel/qmake/pkg-descr @@ -0,0 +1,8 @@ +Qt is a C++ toolkit for application development. It lets application +developers target all major operating systems with a single application +source code. + +Qmake is a project and makefile creating utility, that is part of Qt. +For ease of maintainance it is split out into a port of its own. + +WWW: http://www.trolltech.com/products/qt/index.html |