Applications depending on LXQt should set
USES+= lxqt
and set
USE_LXQT
to the list of required components from the table below
Name | Description |
---|---|
buildtools | Helpers for additional CMake modules |
libfmqt | Libfm Qt bindings |
lxqt | LXQt core library |
qtxdg | Qt implementation of freedesktop.org XDG specifications |
USE_LXQT
ExampleThis is a simple example,
USE_LXQT
adds a dependency on
LXQt libraries. Required LXQt components and
other dependencies can be determined from the
configure log.
USES= cmake lxqt qt:5 tar:xz USE_QT= core dbus widgets buildtools_build qmake_build USE_LXQT= buildtools libfmqt
All FreeBSD documents are available for download at https://download.freebsd.org/ftp/doc/
Questions that are not answered by the
documentation may be
sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.