[app] Fixed OBS build

This commit is contained in:
Slava Monich 2015-07-16 23:19:39 +03:00
parent 3a41165b09
commit 1750361a7b

View file

@ -42,10 +42,11 @@
#include <QDir> #include <QDir>
#include <QCryptographicHash> #include <QCryptographicHash>
#include <attr/xattr.h> #include <sys/xattr.h>
#include <linux/xattr.h>
#include <errno.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_TYPE (QCryptographicHash::Md5)
#define DIGEST_SIZE (16) #define DIGEST_SIZE (16)