diff options
author | Ingo Klöcker <[email protected]> | 2024-07-18 09:43:24 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2024-07-18 12:42:30 +0000 |
commit | 42e151b34ba1e8c07b1ed2e4e1f6299466e499a1 (patch) | |
tree | add3288f95c8004ab37f3e0e537f8d4133a31b81 /NEWS | |
parent | build,qt: Decouple generation of moc files (diff) | |
download | gpgme-42e151b34ba1e8c07b1ed2e4e1f6299466e499a1.tar.gz gpgme-42e151b34ba1e8c07b1ed2e4e1f6299466e499a1.zip |
build,qt: Allow building Qt 5 bindings and Qt 6 bindings
* configure.ac: Remove "qt" from default_languages. Add "qt5 qt6" to
default_languages. Remove "qt" from help for --enable-languages. Don't
fail anymore if "qt5" and "qt6" are enabled. Warn that "qt" is
deprecated if it was enabled.
* lang/qt/src/Makefile.am (libqgpgme_la, libqgpgmeqt6_la): New.
(lib_LTLIBRARIES): Set Qt 5 and/or Qt 6 variant of libqgpgme.
(AM_CPPFLAGS): Replace with libqgpgme_la_CPPFLAGS for Qt 5 and
libqgpgmeqt6_la_CPPFLAGS for Qt 6.
--
This makes it possible to build QGpgME simultaneously for Qt 5 and Qt 6.
By default, QGpgME is now built for all versions of Qt that are found.
Specifying "qt" as language is deprecated.
GnuPG-bug-id: 7205
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ Noteworthy changes in version 1.24.0 (unrelease) * cpp: Add safer member function returning text describing an error. [T5960] + * qt: Build QGpgME for Qt 5 and Qt 6 simultaneously. [T7205] + * 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 |