mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
600 stars 206 forks source link

How to build in windows with Qt? #242

Closed Ryan-Lew closed 4 years ago

Ryan-Lew commented 4 years ago

How to build in windows with Qt?

spaulaus commented 4 years ago

I recommend reviewing the Windows installation instructions. Then you should be able to link the compiled library with your QT project.