6.14. Using LXQt

Applications depending on LXQt should set USES+= lxqt and set USE_LXQT to the list of required components from the table below

Table 6.19. Available LXQt Components
NameDescription
buildtoolsHelpers for additional CMake modules
libfmqtLibfm Qt bindings
lxqtLXQt core library
qtxdgQt implementation of freedesktop.org XDG specifications

Example 6.22. USE_LXQT Example

This 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>.