[kde-freebsd] [SVN Commit] branches/qt-5.0/QT/Mk
Max Brazhnikov
makc at freebsd.org
Tue Dec 3 14:59:20 UTC 2013
On Tue, 03 Dec 2013 05:51:27 -0800 Alberto Villa wrote:
> SVN commit 9785 by avilla:
>
> - Always include qmake.mk to get QMAKE_ENV and QMAKE_ARGS (it's
> cleaner to set them there).
btw, should we use in qmake.mk
QMAKE_ENV+= ${CONFIGURE_ENV}
instead of
QMAKE_ENV?= ${CONFIGURE_ENV}
The latter allows ports to override QMAKE_ENV completely, but if you only need
add something to the environment, then you can't use obvious QMAKE_ENV+=.
Btw, the same issue with cmake.mk.
Max
More information about the kde-freebsd
mailing list