MEONMedical / Log4Qt

Log4Qt - Logging for the Qt cross-platform application framework
Apache License 2.0
584 stars 234 forks source link

Add appropriate suffix for debug build #27

Closed kcyeu closed 6 years ago

kcyeu commented 7 years ago

In some cases we need to link our project with debug version of library, it would be better to follow Qt name convention to add d suffix for win32 platform and _debug for mac.