nextcloud-desktop/admin/qt/patches/README.md

21 lines
554 B
Markdown
Raw Normal View History

2015-11-16 20:34:52 +03:00
## 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
2015-11-16 20:34:52 +03:00
have been sent upstream and are part of newer Qt releases.
All changes are designed to be upstream, and all those that are
2015-11-16 20:34:52 +03:00
special hacks to Qt will bear a NOUPSTREAM in their name
You can apply those patches on a git clone using:
2015-11-16 20:34:52 +03:00
```
git am <client>/admin/qt/patches/qtbase/*.patch
```
2015-11-16 20:34:52 +03:00
You can update them using:
2015-11-16 20:34:52 +03:00
```
git format-patch -N --no-signature -o <client>/admin/qt/patches/qtbase/ <v5.x.y>
```