Changeset View
Changeset View
Standalone View
Standalone View
Mk/Uses/qt.mk
| # $FreeBSD$ | # $FreeBSD$ | ||||
| # | # | ||||
| # There are three Qt related USES files with different access to Qt. | # There are three Qt related USES files with different access to Qt. | ||||
| # - qmake: The port requires Qt's qmake to build -- creates the configure target | # - qmake: The port requires Qt's qmake to build -- creates the configure target | ||||
| # - auto includes qt.mk | # - auto includes qt.mk | ||||
| # - qt-dist: The port is a port for an part of Qt4 or Qt5 | # - qt-dist: The port is a port for a part of Qt5 | ||||
| # - auto includes qt.mk and qmake.mk | # - auto includes qt.mk and qmake.mk | ||||
| # - qt.mk - Dependency handling. USE_QT=foo bar | # - qt.mk - Dependency handling. USE_QT=foo bar | ||||
| # | # | ||||
| # Usage: | # Usage: | ||||
| # USES=qt:<version>[,no_env] | # USES=qt:<version>[,no_env] | ||||
| # | # | ||||
| # Versions: 4 5 | # Versions: 5 | ||||
| # | # | ||||
| # Port variables: | # Port variables: | ||||
| # USE_QT - List of Qt modules to depend on, with optional '_build' | # USE_QT - List of Qt modules to depend on, with optional '_build' | ||||
| # and '_run' suffixes. Define it empty to include this file | # and '_run' suffixes. Define it empty to include this file | ||||
| # without depending on Qt ports. | # without depending on Qt ports. | ||||
| .if !defined(_QT_MK_INCLUDED) | .if !defined(_QT_MK_INCLUDED) | ||||
| _QT_MK_INCLUDED= qt.mk | _QT_MK_INCLUDED= qt.mk | ||||
| ▲ Show 20 Lines • Show All 374 Lines • Show Last 20 Lines | |||||