bluetiger9 / SmtpClient-for-Qt

An SMTP Client writen in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
https://github.com/bluetiger9/SmtpClient-for-Qt/wiki
GNU Lesser General Public License v2.1
449 stars 226 forks source link

Fix CMake build for Windows #149

Closed bgallois closed 11 months ago

bgallois commented 11 months ago

Added missing variable in the CMake build file to fix linking error for MinGW compiler on Windows.