wangwenx190 / framelesshelper

Project moved to: https://github.com/stdware/qwindowkit Cross-platform window customization framework for Qt Widgets and Qt Quick. Supports Windows, Linux and macOS.
MIT License
846 stars 203 forks source link

[TODO] Linux: remove the `libgtk-3-dev` dependency #245

Open wangwenx190 opened 1 year ago

wangwenx190 commented 1 year ago

We want to load GTK functions dynamically instead of making it a hard dependency to simplify the build process on Linux platforms.

wangwenx190 commented 1 year ago

Note to self: the Telegram team has code to load GTK3 dynamically.