Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « patches « qt « admin - github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1690397e11c561bba07fa72714395740220c39e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## 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>
```