Qt Cryptographic architecture
Unsolved
General and Desktop
-
wrote on 18 Mar 2016, 18:29 last edited by
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.
-
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.
wrote on 19 Mar 2016, 02:46 last edited byThank u Sir for replying. Can u plz explore about clone..?? that is not clear to me. Do i need MSVC also ?? beca i am having mingw qt.
-
Clone as in
git clone
No you don't, QCA can be built with MinGW also.
3/4