diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-09-05 19:21:30 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-09-05 19:21:30 +0000 |
commit | b1ab77137ae2195c99daac676e346c988cdcd866 (patch) | |
tree | f1f5173de0624badd3fbf2a8ae55065851abbcbc /devel/Makefile | |
parent | - Update to version 0.24.5 (diff) |
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@
Notes
Notes:
svn path=/head/; revision=88602
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 82725ca4aa52..c2c9f47cc3ef 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -880,6 +880,7 @@ SUBDIR += pychecker SUBDIR += pyrex SUBDIR += qextmdi + SUBDIR += qmake SUBDIR += qssl SUBDIR += qt-designer SUBDIR += qtez |