[LyX/master] Fix up fafe3ea5d7.

Richard Kimberly Heck rikiheck at lyx.org
Sun Jun 23 16:49:13 UTC 2024


commit 562f92f272f11121cdc8d1fe0d3ad104bd4946b8
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Sun Jun 23 12:48:17 2024 -0400

    Fix up fafe3ea5d7.
    
    There was a merge conflict, and it looks like I didn't fix it right.
    
    I had set the author of that commit to Alexander, but for some
    reason it didn't stick?
---
 config/qt.m4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config/qt.m4 b/config/qt.m4
index 607fc6455e..64ffcd1213 100644
--- a/config/qt.m4
+++ b/config/qt.m4
@@ -435,7 +435,6 @@ qtHaveModule(concurrent)	{QT += concurrent} else {MISSING += concurrent}
 qtHaveModule(gui)		{QT += gui} else {MISSING += gui}
 qtHaveModule(gui-private)	{QT += gui-private} else {MISSING += gui-private}
 qtHaveModule(svg)		{QT += svg} else {MISSING += svg}
-qtHaveModule(svgwidgets)	{QT += svgwidgets} else {MISSING += svgwidgets}
 qtHaveModule(xml)       	{QT += xml} else {MISSING += xml}
 qtHaveModule(widgets)		{QT += widgets} else {MISSING += widgets}
 EOF2


More information about the lyx-cvs mailing list