commit: fd0170b72ae239f5d51e2ec807036c7de3895877 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Sun Jul 27 13:26:41 2014 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Sun Jul 27 13:26:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fd0170b7
[qt5-build.eclass] QCONFIG_* variables are no longer public API. --- eclass/qt5-build.eclass | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 28b82d9..d089b87 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -115,21 +115,6 @@ esac # definitions, which are then merged together with all other Qt5 packages # installed on the system to obtain the global qconfig.{h,pri} files. -# @ECLASS-VARIABLE: QCONFIG_ADD -# @DEFAULT_UNSET -# @DESCRIPTION: -# Array of options that must be added to QT_CONFIG in qconfig.pri - -# @ECLASS-VARIABLE: QCONFIG_REMOVE -# @DEFAULT_UNSET -# @DESCRIPTION: -# Array of options that must be removed from QT_CONFIG in qconfig.pri - -# @ECLASS-VARIABLE: QCONFIG_DEFINE -# @DEFAULT_UNSET -# @DESCRIPTION: -# Array of macros that must be defined in QtCore/qconfig.h - # @ECLASS-VARIABLE: VIRTUALX_REQUIRED # @DESCRIPTION: # For proper description see virtualx.eclass man page.