Files
gwenhywfar/0004-Add-missing-files-to-AC_CONFIG_FILES.patch
Christophe Marin f73cc9307c - Add patches for Qt 6 support:
* 0001-Fix-name-of-output-variable.patch
  * 0002-Support-building-for-Qt6.patch
  * 0003-Adjusted-expression-to-work-correclty-using-Qt5-and-.patch
  * 0004-Add-missing-files-to-AC_CONFIG_FILES.patch
  * 0005-Prevent-configuration-for-Qt5-and-Qt6-at-the-same-ti.patch
  * 0006-Improve-configuration-on-systems-with-Qt5-and-Qt6-in.patch
  * 0007-Remove-debug-output.patch
- Spec cleanup

- Add patch:
  * gwenhywfar-gcc15.patch

OBS-URL: https://build.opensuse.org/package/show/Office/gwenhywfar?expand=0&rev=59
2025-06-27 08:29:02 +00:00

27 lines
859 B
Diff

From 3c79c27fea411d45fc4489c570b107dc4633434b Mon Sep 17 00:00:00 2001
From: Thomas Baumgart <thb@net-bembel.de>
Date: Fri, 20 Jun 2025 08:38:10 +0200
Subject: [PATCH 4/7] Add missing files to AC_CONFIG_FILES
---
configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index 4e43f5c..edcf131 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1460,6 +1460,9 @@ AC_CONFIG_FILES([Doxyfile
gui/qt5/gwengui-qt5.pc
gui/qt5/gwengui-qt5-config.cmake
gui/qt5/gwengui-qt5-config-version.cmake
+ gui/qt5/gwengui-qt6.pc
+ gui/qt5/gwengui-qt6-config.cmake
+ gui/qt5/gwengui-qt6-config-version.cmake
gui/fox16/Makefile
gui/fox16/gwengui-fox16.pc
gui/gtk2/Makefile
--
2.50.0