Hey!

I'm trying to use QCA (QT Criptography Architecture) in QT creator.

QT creator shows me the classes and methods of QCA once I #include <QtCrypto/QtCrypto> but when I build a program it says "undefined reference" to all the stuff I'm using from QCA.

I realize that the problem should be related to linking the QCA libraries better but how do I do it?

Btw, I'm using Ubuntu 64bit and I installed qca through the synaptic package manager (libqca2, libqca2-doc, libqca2-dev).