Date: Fri, 3 Aug 2007 19:11:00 +0000 (UTC) From: Michael Nottebrock <lofi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.qt.mk Message-ID: <200708031911.l73JB09M059432@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lofi 2007-08-03 19:11:00 UTC FreeBSD ports repository Modified files: Mk bsd.qt.mk Log: Add a QMAKEFLAGS variable that contains some useful mappings of standard make and environment variables to their qmake counterparts: QMAKE_CC="${CC}" QMAKE_CXX="${CXX}" QMAKE_LINK_SHLIB="${CXX}" QMAKE_LINK="${CXX}" QMAKE_CFLAGS="${CFLAGS}" QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_CFLAGS_THREAD="${PTHREAD_CFLAGS}" QMAKE_LFLAGS_THREAD="${PTHREAD_LIBS}" This is mostly useful for ports which call ${QMAKE} directly in some target and want to override some of the defaults in qmake.conf. Revision Changes Path 1.5 +5 -0 ports/Mk/bsd.qt.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708031911.l73JB09M059432>