[app] Fixed OBS build
This commit is contained in:
parent
3a41165b09
commit
1750361a7b
1 changed files with 3 additions and 2 deletions
|
@ -42,10 +42,11 @@
|
|||
#include <QDir>
|
||||
#include <QCryptographicHash>
|
||||
|
||||
#include <attr/xattr.h>
|
||||
#include <sys/xattr.h>
|
||||
#include <linux/xattr.h>
|
||||
#include <errno.h>
|
||||
|
||||
#define DIGEST_XATTR "user." BOOKS_APP_NAME ".md5-hash"
|
||||
#define DIGEST_XATTR XATTR_USER_PREFIX BOOKS_APP_NAME ".md5-hash"
|
||||
#define DIGEST_TYPE (QCryptographicHash::Md5)
|
||||
#define DIGEST_SIZE (16)
|
||||
|
||||
|
|
Loading…
Reference in a new issue