2015-11-16 20:34:52 +03:00
|
|
|
## Patches used
|
|
|
|
|
2016-12-06 16:54:05 +03:00
|
|
|
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.
|
|
|
|
|
2016-12-06 16:54:05 +03:00
|
|
|
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
|
|
|
|
|
2016-12-06 16:54:05 +03:00
|
|
|
You can apply those patches on a git clone using:
|
2015-11-16 20:34:52 +03:00
|
|
|
|
2016-12-06 16:54:05 +03:00
|
|
|
```
|
|
|
|
git am <client>/admin/qt/patches/qtbase/*.patch
|
|
|
|
```
|
2015-11-16 20:34:52 +03:00
|
|
|
|
2016-12-06 16:54:05 +03:00
|
|
|
You can update them using:
|
2015-11-16 20:34:52 +03:00
|
|
|
|
2016-12-06 16:54:05 +03:00
|
|
|
```
|
|
|
|
git format-patch -N --no-signature -o <client>/admin/qt/patches/qtbase/ <v5.x.y>
|
|
|
|
```
|