From: Richard Kimberly Heck Date: Sun, 23 Jun 2024 16:48:17 +0000 (-0400) Subject: Fix up fafe3ea5d7. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=562f92f272f11121cdc8d1fe0d3ad104bd4946b8;p=lyx.git 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? --- 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