diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:01:49 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:01:49 +0000 |
commit | efe3c60aa5cee113f1ecc594c0367040aaf10e87 (patch) | |
tree | 11289569b6f08bd8ceb94585017c4f82abcd82bb /eclass/myth.eclass | |
parent | Fix qmake dir per bug #97535 (diff) | |
download | historical-efe3c60aa5cee113f1ecc594c0367040aaf10e87.tar.gz historical-efe3c60aa5cee113f1ecc594c0367040aaf10e87.tar.bz2 historical-efe3c60aa5cee113f1ecc594c0367040aaf10e87.zip |
Fix qmake dir per bug #97535
Diffstat (limited to 'eclass/myth.eclass')
-rw-r--r-- | eclass/myth.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/myth.eclass b/eclass/myth.eclass index 8cdda9dec39a..1592aee1495b 100644 --- a/eclass/myth.eclass +++ b/eclass/myth.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.14 2005/06/07 05:48:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.15 2005/07/01 15:01:49 caleb Exp $ # # Author: Daniel Ahlberg <aliz@gentoo.org> # @@ -82,7 +82,7 @@ myth_src_compile() { econf ${myconf} fi - qmake -o "Makefile" "${S}/${pkg_pro}" + ${QTDIR}/bin/qmake -o "Makefile" "${S}/${pkg_pro}" emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" "${@}" || die } |