summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2024-06-17 11:44:36 +0200
committerIngo Klöcker <[email protected]>2024-06-17 11:55:26 +0200
commit09827ffc7745e7dc4275f1c6e46531a959be1f71 (patch)
treee388777f8643b4c771fe94d0980eb5e55d2f7fa6 /NEWS
parentUpdate gpg-error.m4 again for spell fix. (diff)
downloadgpgme-09827ffc7745e7dc4275f1c6e46531a959be1f71.tar.gz
gpgme-09827ffc7745e7dc4275f1c6e46531a959be1f71.zip
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. GnuPG-bug-id: 7161
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 77a31776..796e3c9e 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ Noteworthy changes in version 1.24.0 (unrelease)
* cpp: Provide information about designated revocation keys for a Key.
[T7118]
+ * qt: Install headers for Qt 5 and Qt 6 in separate folders. [T7161]
+
* qt: Allow reading the data to decrypt/encrypt/sign/verify directly from
files. [T6550]