jonnydee / nzmqt

nzmqt - A lightweight C++ Qt binding for ZeroMQ
Other
199 stars 72 forks source link

Added pri file to make inclusion into other Qt projects easier #23

Closed machinekoder closed 10 years ago

machinekoder commented 10 years ago

The added pri file simplifies the process of adding nzmqt to Qt projects. It is intended to be used for projects that want to include nzqmt statically linked into the application. The approach is similar to the one used by JDNS https://github.com/psi-im/jdns

iffyuva commented 10 years ago

this is a must have. makes nzmqt compilation much cleaner. we are using it here: https://github.com/code-mancers/rbkit-client

vostreltsov commented 10 years ago

+1 for this.

jonnydee commented 10 years ago

I'm sorry for my very late reaction. Providing a .pri file really is a good idea. Thank you very much. Cheers, Jonny