Accepting request 1224098 from KDE:Frameworks

- Add a workaround for a build issue with CMake 3.31. Despite
  being unused, CMake complains about missing QtQml private API
  headers.

OBS-URL: https://build.opensuse.org/request/show/1224098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-bluez-qt?expand=0&rev=10
This commit is contained in:
Ana Guerrero 2024-11-24 10:03:40 +00:00 committed by Git OBS Bridge
commit ccf515c38f
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 14 08:29:49 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Add a workaround for a build issue with CMake 3.31. Despite
being unused, CMake complains about missing QtQml private API
headers.
-------------------------------------------------------------------
Mon Nov 4 11:17:54 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -38,6 +38,8 @@ Source2: frameworks.keyring
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
# Work around a build issue with CMake 3.31. Despite being unused, CMake complains about missing QtQml private API headers
BuildRequires: qt6-qml-private-devel >= %{qt6-version}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
BuildRequires: cmake(Qt6Network) >= %{qt6_version}