Qt with Openssl
-
hi,
i am using Qt creator as IDE, in windows.
i configured already in VS2012 for Openssl and its working ok!
but how can i configure Qt creator for openssl?
i typed #include<openssl/crypto.h> Qt creator auto-completed it, so i thought it was working already.
but when compiling i got this error:
fatal error: openssl/crypto.h: No such file or directory compilation terminated.
how can i solve this?
thx.
-
Recheck the includepath in *.pro file, parent directory of openssl/crypto.h must be in list.
But for binding OpenSSL and Qt, try "QCA":http://delta.affinix.com/qca/