Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.2067
Browse files Browse the repository at this point in the history
It is based on:
* psi: 0d08d3d0
* plugins: 347230b
* psimedia: 478567e
* resources: fc4cfc1
  • Loading branch information
tehnick committed Oct 28, 2024
1 parent d182efe commit b0332a3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/accountmodifydlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
#include "psicontactlist.h"
#include "psioptions.h"
#ifdef HAVE_KEYCHAIN
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <qt5keychain/keychain.h>
#else
#include <qt6keychain/keychain.h>
#endif
#endif

#include <QInputDialog>
Expand Down
4 changes: 4 additions & 0 deletions src/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@
#include <langinfo.h>
#endif
#ifdef HAVE_KEYCHAIN
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <qt5keychain/keychain.h>
#else
#include <qt6keychain/keychain.h>
#endif
#endif
// #include <stdio.h>
#ifdef Q_OS_MAC
Expand Down
4 changes: 4 additions & 0 deletions src/psiaccount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,11 @@
#include <QtCrypto>
#include <qca.h>
#ifdef HAVE_KEYCHAIN
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <qt5keychain/keychain.h>
#else
#include <qt6keychain/keychain.h>
#endif
#endif

#include <optional>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2066 (2024-10-27, 53cf9ecb)
1.5.2067 (2024-10-28, 0d08d3d0)

0 comments on commit b0332a3

Please sign in to comment.