[LyX/master] Amend 771f30e9

Enrico Forestieri forenr at lyx.org
Sun Oct 17 13:31:42 UTC 2021


commit abad843bd06c0ef712cc296159b3e23c6cdda81d
Author: Enrico Forestieri <forenr at lyx.org>
Date:   Sun Oct 17 15:54:28 2021 +0200

    Amend 771f30e9
---
 config/qt.m4 |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/config/qt.m4 b/config/qt.m4
index 70a722f..129e2ab 100644
--- a/config/qt.m4
+++ b/config/qt.m4
@@ -438,11 +438,10 @@ EOF1
 qtHaveModule(core):		QT += core
 qtHaveModule(core5compat):	QT += core5compat
 qtHaveModule(concurrent):	QT += concurrent
-qtHaveModule(gui):		QT += gui
+qtHaveModule(gui):		QT += gui gui-private
 qtHaveModule(svg):		QT += svg
 qtHaveModule(svgwidgets):	QT += svgwidgets
 qtHaveModule(widgets):		QT += widgets
-QT += gui-private
 percent.target = %
 percent.commands = @echo -n "\$(\$(@))\ "
 QMAKE_EXTRA_TARGETS += percent


More information about the lyx-cvs mailing list