QuasarApp / Qt-Secret

Simple encryption library supporting RSA and AES algorithms.
https://quasarapp.ddns.net:3031/docs/QuasarApp/Qt-Secret/latest/index.html
GNU Lesser General Public License v3.0
243 stars 69 forks source link

added support the cmake build system for a gui example #77

Closed EndrII closed 4 years ago

EndrII commented 4 years ago

If you want disable build gui example then add option WITHOUT_GUI.

cmake ... -DWITHOUT_GUI=ON