danvratil / qcoro

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

Add QtGui dependency if QCORO_WITH_QTQUICK=ON #209

Closed a17r closed 7 months ago

a17r commented 7 months ago

QImage is used in qcoro/quick/qcoroimageprovider.{cpp,h}

danvratil commented 7 months ago

Thanks. Doesn't it get pulled in transitively through depending on QtQuick? In any case, no harm in specifying the dep explicitly.

a17r commented 7 months ago

Thanks. Doesn't it get pulled in transitively through depending on QtQuick?

It does right now, but we shouldn't rely on that. :)