Qt Cryptographic architecture
Unsolved
General and Desktop
-
Dear friends. I am working in qt since some time. I want to use qt Cryptographic architecture to develop encryption application. Plz tell me how to integrate qca in Qt.
My qt is 4.5.2. PLZ tell me method for integrating qca. Thanking ua all in advance -
Hi,
- Clone QCA
- Open the project with Qt Creator using the Kit corresponding to your version of Qt (which by the ways is more than outdated)
- Build/install QCA
- Add
QT += qca
to your .pro file - Follow the documentation of QCA to integrate it in your project.
-
Clone as in
git clone
No you don't, QCA can be built with MinGW also.