]> git.lyx.org Git - lyx.git/commitdiff
Fix up fafe3ea5d7.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 23 Jun 2024 16:48:17 +0000 (12:48 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 23 Jun 2024 16:48:17 +0000 (12:48 -0400)
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

index 607fc6455e7657a7c0c1df8000c49115542d3372..64ffcd1213064558a27bd139accf4a26b9ceac33 100644 (file)
@@ -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