mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-18 13:19:32 +00:00
Fixes: including <QtCrypto/QtCrypto> gives error if app doesn't add the
QtCrypto dir to include path. Details: Include files in the same dir should be included with double quote. svn path=/trunk/kdesupport/qca/; revision=891794
This commit is contained in:
parent
114b849037
commit
ef5c3eea5e
@ -38,7 +38,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef QPIPE_SECURE
|
#ifdef QPIPE_SECURE
|
||||||
# include <QtCrypto>
|
# include "QtCrypto"
|
||||||
#else
|
#else
|
||||||
# define QCA_EXPORT
|
# define QCA_EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user