mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 12:04:31 +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
|
||||
|
||||
#ifdef QPIPE_SECURE
|
||||
# include <QtCrypto>
|
||||
# include "QtCrypto"
|
||||
#else
|
||||
# define QCA_EXPORT
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user