danvratil / qcoro

C++ Coroutines for Qt
https://qcoro.dvratil.cz
MIT License
326 stars 53 forks source link

Append postfix for qmake compatibility #192

Closed shaan7 closed 10 months ago

shaan7 commented 10 months ago

When including QCoro using the .pri approach, the buildsystem assumes that generated libraries will end with *d.lib on Windows. Match our output to that assumption.