| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-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.77 2010/07/08 15:45:01 hwoarang Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.78 2010/07/11 10:32:17 hwoarang 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>, |
| … | |
… | |
| 387 | setqtenv |
387 | setqtenv |
| 388 | install_directories ${QT4_TARGET_DIRECTORIES} |
388 | install_directories ${QT4_TARGET_DIRECTORIES} |
| 389 | install_qconfigs |
389 | install_qconfigs |
| 390 | fix_library_files |
390 | fix_library_files |
| 391 | fix_includes |
391 | fix_includes |
|
|
392 | # remove .la files since we are building only shared Qt libraries |
|
|
393 | find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm |
| 392 | } |
394 | } |
| 393 | |
395 | |
| 394 | # @FUNCTION: setqtenv |
396 | # @FUNCTION: setqtenv |
| 395 | setqtenv() { |
397 | setqtenv() { |
| 396 | # Set up installation directories |
398 | # Set up installation directories |