diff options
author | Davide Pesavento <pesa@gentoo.org> | 2015-05-10 14:27:29 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2015-05-10 14:27:29 +0000 |
commit | f8d4c8287f25b6297e0bc4b56bd3993eb4da90f1 (patch) | |
tree | 39da45cec61c06c9f4956e0232c7c322085d64b5 /eclass/qt5-build.eclass | |
parent | Use improved .prf files from Fedora. (diff) | |
download | gentoo-2-f8d4c8287f25b6297e0bc4b56bd3993eb4da90f1.tar.gz gentoo-2-f8d4c8287f25b6297e0bc4b56bd3993eb4da90f1.tar.bz2 gentoo-2-f8d4c8287f25b6297e0bc4b56bd3993eb4da90f1.zip |
Add note to qt{4,5}_prepare_env()
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 7d6570ad65aa..4df4f5db4d39 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.16 2015/04/19 18:22:15 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.17 2015/05/10 14:27:29 pesa Exp $ # @ECLASS: qt5-build.eclass # @MAINTAINER: @@ -389,6 +389,7 @@ qt_use_disable_mod() { # Prepares the environment for building Qt. qt5_prepare_env() { # setup installation directories + # note: keep paths in sync with qmake-utils.eclass QT5_PREFIX=${EPREFIX}/usr QT5_HEADERDIR=${QT5_PREFIX}/include/qt5 QT5_LIBDIR=${QT5_PREFIX}/$(get_libdir) |