diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-11 19:25:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-11 19:39:26 +0200 |
commit | 4b35aa2ba9b07fd156e1378cb77ea76daac7a667 (patch) | |
tree | cb3d7813bf9d85ddb540fb9f49d589ed52af22aa /eclass | |
parent | qmake-utils.eclass: Force QMAKE_*FLAGS_RELEASE_WITH_DEBUGINFO to blank (diff) | |
download | qt-4b35aa2ba9b07fd156e1378cb77ea76daac7a667.tar.gz qt-4b35aa2ba9b07fd156e1378cb77ea76daac7a667.tar.bz2 qt-4b35aa2ba9b07fd156e1378cb77ea76daac7a667.zip |
qmake-utils.eclass: Now serves both Qt (5 and 6)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qmake-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass index 650a3ccf..88755ab7 100644 --- a/eclass/qmake-utils.eclass +++ b/eclass/qmake-utils.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: qmake-utils.eclass @@ -9,7 +9,7 @@ # @SUPPORTED_EAPIS: 7 8 # @BLURB: Common functions for qmake-based packages. # @DESCRIPTION: -# Utility eclass providing wrapper functions for Qt5 qmake. +# Utility eclass providing wrapper functions for Qt qmake. # # This eclass does not set any metadata variables nor export any phase # functions. It can be inherited safely. |