diff options
author | Alexey Andreev <aa13q@ya.ru> | 2020-02-25 20:06:19 +0300 |
---|---|---|
committer | Alexey Andreev <aa13q@ya.ru> | 2020-03-12 17:11:03 +0300 |
commit | 56d9a0addaabf2cec78e1c82a9846997a3669736 (patch) | |
tree | 2f4ccea66fd69d718356f678c4279a29151b2a5c /lib/encryptionmanager.h | |
parent | 8ff15ee94fc39eef1279d479d12b1cbdec9f4ac5 (diff) | |
download | libquotient-56d9a0addaabf2cec78e1c82a9846997a3669736.tar.gz libquotient-56d9a0addaabf2cec78e1c82a9846997a3669736.zip |
E2EE: Make building E2EE optional. Contributes to #369
Signed-off-by: Alexey Andreev <aa13q@ya.ru>
Diffstat (limited to 'lib/encryptionmanager.h')
-rw-r--r-- | lib/encryptionmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/encryptionmanager.h b/lib/encryptionmanager.h index 8f346d37..5df15e83 100644 --- a/lib/encryptionmanager.h +++ b/lib/encryptionmanager.h @@ -1,3 +1,4 @@ +#ifdef Quotient_E2EE_ENABLED #pragma once #include <QtCore/QObject> @@ -43,3 +44,4 @@ private: }; } // namespace Quotient +#endif // Quotient_E2EE_ENABLED |