Closed FMeinicke closed 4 years ago
When building QtZeroConf as a shared library I got a linker error in the example application on Windows because the debug operator<< for QZeroConfService was not properly exported. This commit fixes this issue
operator<<
When building QtZeroConf as a shared library I got a linker error in the example application on Windows because the debug
operator<<
for QZeroConfService was not properly exported. This commit fixes this issue