mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
allow disabling security without having to edit the file
svn path=/trunk/kdesupport/qca/; revision=650053
This commit is contained in:
parent
c26eac0349
commit
2f4aa2fea1
@ -32,7 +32,9 @@
|
||||
|
||||
#include <QtCore>
|
||||
|
||||
#define QPIPE_SECURE
|
||||
#ifndef QPIPE_NO_SECURE
|
||||
# define QPIPE_SECURE
|
||||
#endif
|
||||
|
||||
#ifdef QPIPE_SECURE
|
||||
# include <QtCrypto>
|
||||
|
Loading…
x
Reference in New Issue
Block a user