| 1 | # Copyright 2007-2009 Gentoo Foundation |
1 | # Copyright 2007-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.50 2009/11/09 19:35:44 ayoy Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.51 2009/11/10 00:56:29 spatz Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: qt4-build.eclass |
5 | # @ECLASS: qt4-build.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Ben de Groot <yngwin@gentoo.org>, |
7 | # Ben de Groot <yngwin@gentoo.org>, |
| 8 | # Markos Chandras <hwoarang@gentoo.org>, |
8 | # Markos Chandras <hwoarang@gentoo.org>, |
| … | |
… | |
| 326 | *) |
326 | *) |
| 327 | [[ ${PN} == "qt-xmlpatterns" ]] || exceptions="-no-exceptions" |
327 | [[ ${PN} == "qt-xmlpatterns" ]] || exceptions="-no-exceptions" |
| 328 | ;; |
328 | ;; |
| 329 | esac |
329 | esac |
| 330 | |
330 | |
| 331 | myconf="${myconf} -platform $(qt_mkspecs_dir) -stl -verbose -largefile -confirm-license -no-rpath |
331 | myconf="${myconf} -platform $(qt_mkspecs_dir) -stl -verbose -largefile -confirm-license |
| 332 | -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
332 | -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
| 333 | -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} |
333 | -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} |
| 334 | -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} |
334 | -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} |
| 335 | -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} |
335 | -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} |
| 336 | -demosdir ${QTDEMOSDIR} -silent -fast |
336 | -demosdir ${QTDEMOSDIR} -silent -fast |