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
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information