Home GnuPG
Diffusion GPGME 09827ffc7745

qt,build: Install headers for Qt 5 and Qt 6 in different locations

Description

qt,build: Install headers for Qt 5 and Qt 6 in different locations

* lang/qt/src/Makefile.am (includeprefix): New.
(qgpgmeincludedir, camelcaseincludedir): Add $(includeprefix).
(QGpgmeConfig.cmake, QGpgmeQt6Config.cmake): Add $(includeprefix) to
replacement for @resolved_includedir@.

This installs the headers for Qt 5 in $(includedir)/qgpgme-qt5 and the
headers for Qt 6 in $(includedir)/qgpgme-qt6. For users of the CMake
files the change will be transparent, i.e. they don't have to do
anything. Packagers will have to change their scripts but in the end
this change will make their lifes easier.

Details

Provenance
ikloeckerAuthored on Mon, Jun 17, 11:44 AM
Parents
rM53c367629a63: Update gpg-error.m4 again for spell fix.
Branches
Unknown
Tags
Unknown
Tasks
T7161: qgpgme: Install headers for Qt 5 and Qt 6 in separate folders