jbagg / QtZeroConf

Qt wrapper class for ZeroConf libraries across various platforms.
Other
69 stars 51 forks source link

Fix linker error due to missing export of debug operator #42

Closed FMeinicke closed 3 years ago

FMeinicke commented 3 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