Skip to content
BrutalWizard edited this page Sep 22, 2020 · 10 revisions

To get started, you need to add OpenSSL library to your project.

You can download OpenSSL on:

  • Qt Maintenance Tool (downloaded files will be in Qt/Tools/ folder)
  • OpenSSL site.

After building library and linking OpenSSL, you need to link QSimpleCrypto to your project.

Build

cd <projectDirecoty>
qmake QSimpleCrypto.pro 
make

More information about classes:

Clone this wiki locally