juangburgos / QJsonWebToken

Qt C++ implementation of JSON Web Token (JWT)
78 stars 30 forks source link

Add support for compiling as shared library #10

Closed Znurre closed 3 years ago

Znurre commented 3 years ago

This PR adds optional support for building and installing as a shared library.

The library can then be used in any qmake project simply by adding CONFIG += jsonwebtoken and including QJsonWebToken.

juangburgos commented 3 years ago

Can't hurt. Thanks.