allow disabling security without having to edit the file

svn path=/trunk/kdesupport/qca/; revision=650053
This commit is contained in:
Justin Karneges 2007-04-03 18:12:25 +00:00
parent c26eac0349
commit 2f4aa2fea1

View File

@ -32,7 +32,9 @@
#include <QtCore>
#define QPIPE_SECURE
#ifndef QPIPE_NO_SECURE
# define QPIPE_SECURE
#endif
#ifdef QPIPE_SECURE
# include <QtCrypto>