ddobrev / QtSharp

Mono/.NET bindings for Qt
Other
571 stars 52 forks source link

KDE support #72

Closed ShalokShalom closed 6 years ago

ShalokShalom commented 6 years ago

So far as I understand, is KDE Tier 1 support already possible?

https://api.kde.org/frameworks/

ddobrev commented 6 years ago

QtSharp only binds Qt. Those other libraries would require their own bindings so it's a job for CppSharp rather than QtSharp.

ShalokShalom commented 6 years ago

Somebody else who writes Qt Bindings, means that Tier 1 is supported iirc, since they use Qt libraries as dependencies and no other KDE frameworks. I will ask this person again.

ddobrev commented 6 years ago

I understand but separate bindings for each library are needed in addition. Tier 1 consists of far more than just Qt as visible in the table at the link you've shared.

ddobrev commented 6 years ago

@ShalokShalom I am not saying it won't work. I am saying it belongs to a separate binding, not to QtSharp.

ShalokShalom commented 6 years ago

Ah ok. This was, what I thought from the starts. Seems there was a misunderstanding between this guy and me. Thanks a lot for clearing this up. Good work dude, thanks a lot for it too.