summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/notepadqq/notepadqq-9999.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/app-editors/notepadqq/notepadqq-9999.ebuild b/app-editors/notepadqq/notepadqq-9999.ebuild
index 55064b0e2564..ca0db1807aa3 100644
--- a/app-editors/notepadqq/notepadqq-9999.ebuild
+++ b/app-editors/notepadqq/notepadqq-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -48,7 +48,11 @@ src_prepare() {
}
src_configure() {
- eqmake5 PREFIX="${EPREFIX}/usr" ${PN}.pro
+ eqmake5 \
+ LRELEASE="$(qt5_get_bindir)/lrelease" \
+ QMAKE="$(qt5_get_bindir)/qmake" \
+ PREFIX="${EPREFIX}/usr" \
+ ${PN}.pro
}
src_install() {