-
Notifications
You must be signed in to change notification settings - Fork 5
Home
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.
cd <projectDirecoty>
qmake QSimpleCrypto.pro
make