Hi:
I'm beginning with an encryption application, and I'm using the "QtCrypto" library. I installed it, and everything seems to be working, until I include the library in the source file.
When I use #include <QtCrypto>, and then I compile, I get the following error:
Qt Code:
  1. QtCrypto: No such file or directory
To copy to clipboard, switch view to plain text mode 
And a lot of other errors caused by it. I included a new line in the .pro file with QT+=crypto, and still don't work.

Please, if someone can help me, I'll be really thanked.
Thanks in advanced.