Update deps for keychain
This commit is contained in:
parent
994c28ea95
commit
15d8eb2b8b
4 changed files with 51 additions and 6 deletions
|
|
@ -26,7 +26,11 @@
|
|||
#include <QMap>
|
||||
#include <QStandardPaths>
|
||||
|
||||
#if __has_include(<keychain.h>)
|
||||
#include <keychain.h>
|
||||
#else
|
||||
#include <qt5keychain/keychain.h>
|
||||
#endif
|
||||
|
||||
#include <mtx/responses/common.hpp>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue