mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
36967122db
Also get rid of the list of different version. We always only support one Qt version for macOS and Windows, and the list of patches will be based on that supported version. |
||
---|---|---|
.. | ||
qtbase | ||
README.md |
Patches used
There are our patches on top of Qt 5.6.2, which we are currently using for our binary packages on Windows and macOS. Most of them have been sent upstream and are part of newer Qt releases.
All changes are designed to be upstream, and all those that are special hacks to Qt will bear a NOUPSTREAM in their name
You can apply those patches on a git clone using:
git am <client>/admin/qt/patches/qtbase/*.patch
You can update them using:
git format-patch -N --no-signature -o <client>/admin/qt/patches/qtbase/ <v5.x.y>