1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/qt4-corelib/pkg-message
Max Brazhnikov 5914c7c1b4 - Explicitly disable features if they are not set in QT4_OPTIONS [1]
- Prevent QT_NO_WEBKIT from creeping into qconfig.h
- Make clear that CUPS support is enabled by default

Reported by:	avg [1]
2013-02-27 12:25:18 +00:00

17 lines
604 B
Plaintext

======================================================================
Qt 4 can be built with optional support for:
- Common UNIX Printing System (CUPS) (enabled by default)
- Network Audio System (NAS)
- Qt style that renders using GTK (QGTKSTYLE)
In order to enable them, you have to add
QT4_OPTIONS= CUPS NAS QGTKSTYLE
to your /etc/make.conf and compile devel/qt4-corelib and
x11-toolkits/qt4-gui ports.
Attention! Whenever you change the QT4_OPTIONS both
devel/qt4-corelib and x11-toolkits/qt4-gui ports must be rebuilt!
======================================================================