Changeset View
Changeset View
Standalone View
Standalone View
Mk/Uses/qmake.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 an part of Qt5 | ||||
| # - auto inclues qt.mk | # - auto inclues qt.mk | ||||
| # - qt.mk - Dependency handling. USE_QT=foo bar | # - qt.mk - Dependency handling. USE_QT=foo bar | ||||
| # | # | ||||
| # | # | ||||
| # Provide support for qmake-based projects | # Provide support for qmake-based projects | ||||
| # | # | ||||
| # Feature: qmake | # Feature: qmake | ||||
| # Usage: USES=qmake or USES=qmake:ARGS | # Usage: USES=qmake or USES=qmake:ARGS | ||||
| ▲ Show 20 Lines • Show All 138 Lines • Show Last 20 Lines | |||||