summaryrefslogtreecommitdiffstats
path: root/SOURCE/qt-5.12.3.mingw64.patch
blob: 35786f10ecccc6ce69bbfe035f561a07fa372ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qeventdispatcher_glib_p.h qt-everywhere-src-5.12.3/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qeventdispatcher_glib_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qeventdispatcher_glib_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qeventdispatcher_glib_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/eventdispatchers/qeventdispatcher_glib_p.h"
+#include "../../../../src/platformsupport/eventdispatchers/qeventdispatcher_glib_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qgenericunixeventdispatcher_p.h qt-everywhere-src-5.12.3/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qgenericunixeventdispatcher_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qgenericunixeventdispatcher_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qgenericunixeventdispatcher_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/eventdispatchers/qgenericunixeventdispatcher_p.h"
+#include "../../../../src/platformsupport/eventdispatchers/qgenericunixeventdispatcher_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qunixeventdispatcher_qpa_p.h qt-everywhere-src-5.12.3/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qunixeventdispatcher_qpa_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qunixeventdispatcher_qpa_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qunixeventdispatcher_qpa_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/eventdispatchers/qunixeventdispatcher_qpa_p.h"
+#include "../../../../src/platformsupport/eventdispatchers/qunixeventdispatcher_qpa_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qwindowsguieventdispatcher_p.h qt-everywhere-src-5.12.3/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qwindowsguieventdispatcher_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qwindowsguieventdispatcher_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtEventDispatcherSupport/5.12.3/QtEventDispatcherSupport/private/qwindowsguieventdispatcher_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/eventdispatchers/qwindowsguieventdispatcher_p.h"
+#include "../../../../src/platformsupport/eventdispatchers/qwindowsguieventdispatcher_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qcoretextfontdatabase_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qcoretextfontdatabase_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qcoretextfontdatabase_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qcoretextfontdatabase_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/mac/qcoretextfontdatabase_p.h"
+#include "../../../../src/platformsupport/fontdatabases/mac/qcoretextfontdatabase_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontconfigdatabase_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontconfigdatabase_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontconfigdatabase_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontconfigdatabase_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase_p.h"
+#include "../../../../src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontengine_coretext_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontengine_coretext_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontengine_coretext_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontengine_coretext_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/mac/qfontengine_coretext_p.h"
+#include "../../../../src/platformsupport/fontdatabases/mac/qfontengine_coretext_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontengine_ft_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontengine_ft_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontengine_ft_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontengine_ft_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/freetype/qfontengine_ft_p.h"
+#include "../../../../src/platformsupport/fontdatabases/freetype/qfontengine_ft_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontenginemultifontconfig_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontenginemultifontconfig_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontenginemultifontconfig_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfontenginemultifontconfig_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/fontconfig/qfontenginemultifontconfig_p.h"
+#include "../../../../src/platformsupport/fontdatabases/fontconfig/qfontenginemultifontconfig_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfreetypefontdatabase_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfreetypefontdatabase_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfreetypefontdatabase_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qfreetypefontdatabase_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/freetype/qfreetypefontdatabase_p.h"
+#include "../../../../src/platformsupport/fontdatabases/freetype/qfreetypefontdatabase_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qgenericunixfontdatabase_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qgenericunixfontdatabase_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qgenericunixfontdatabase_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qgenericunixfontdatabase_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/genericunix/qgenericunixfontdatabase_p.h"
+#include "../../../../src/platformsupport/fontdatabases/genericunix/qgenericunixfontdatabase_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontdatabase_ft_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontdatabase_ft_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontdatabase_ft_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontdatabase_ft_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/windows/qwindowsfontdatabase_ft_p.h"
+#include "../../../../src/platformsupport/fontdatabases/windows/qwindowsfontdatabase_ft_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontdatabase_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontdatabase_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontdatabase_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontdatabase_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/windows/qwindowsfontdatabase_p.h"
+#include "../../../../src/platformsupport/fontdatabases/windows/qwindowsfontdatabase_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontenginedirectwrite_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontenginedirectwrite_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontenginedirectwrite_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontenginedirectwrite_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/windows/qwindowsfontenginedirectwrite_p.h"
+#include "../../../../src/platformsupport/fontdatabases/windows/qwindowsfontenginedirectwrite_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontengine_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontengine_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontengine_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsfontengine_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/windows/qwindowsfontengine_p.h"
+#include "../../../../src/platformsupport/fontdatabases/windows/qwindowsfontengine_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsnativeimage_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsnativeimage_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsnativeimage_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwindowsnativeimage_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/windows/qwindowsnativeimage_p.h"
+#include "../../../../src/platformsupport/fontdatabases/windows/qwindowsnativeimage_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwinrtfontdatabase_p.h qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwinrtfontdatabase_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwinrtfontdatabase_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtFontDatabaseSupport/5.12.3/QtFontDatabaseSupport/private/qwinrtfontdatabase_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/fontdatabases/winrt/qwinrtfontdatabase_p.h"
+#include "../../../../src/platformsupport/fontdatabases/winrt/qwinrtfontdatabase_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qabstractfileiconengine_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qabstractfileiconengine_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qabstractfileiconengine_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qabstractfileiconengine_p.h	2019-06-01 11:53:03.972578728 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/qabstractfileiconengine_p.h"
+#include "../../../../src/platformsupport/themes/qabstractfileiconengine_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuadaptor_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuadaptor_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuadaptor_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuadaptor_p.h	2019-06-01 11:53:09.352537970 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusmenuadaptor_p.h"
+#include "../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusmenuadaptor_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenubar_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenubar_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenubar_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenubar_p.h	2019-06-01 11:53:14.456499256 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusmenubar_p.h"
+#include "../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusmenubar_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuconnection_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuconnection_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuconnection_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuconnection_p.h	2019-06-01 11:53:19.196463265 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusmenuconnection_p.h"
+#include "../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusmenuconnection_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuregistrarproxy_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuregistrarproxy_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuregistrarproxy_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenuregistrarproxy_p.h	2019-06-01 11:53:23.364431587 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusmenuregistrarproxy_p.h"
+#include "../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusmenuregistrarproxy_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenutypes_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenutypes_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenutypes_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusmenutypes_p.h	2019-06-01 11:53:27.932396834 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusmenutypes_p.h"
+#include "../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusmenutypes_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusplatformmenu_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusplatformmenu_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusplatformmenu_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbusplatformmenu_p.h	2019-06-01 11:53:32.652360898 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusplatformmenu_p.h"
+#include "../../../../src/platformsupport/themes/genericunix/dbusmenu/qdbusplatformmenu_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbustrayicon_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbustrayicon_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbustrayicon_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbustrayicon_p.h	2019-06-01 11:53:36.456331908 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/genericunix/dbustray/qdbustrayicon_p.h"
+#include "../../../../src/platformsupport/themes/genericunix/dbustray/qdbustrayicon_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbustraytypes_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbustraytypes_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbustraytypes_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qdbustraytypes_p.h	2019-06-01 11:53:40.176303535 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/genericunix/dbustray/qdbustraytypes_p.h"
+#include "../../../../src/platformsupport/themes/genericunix/dbustray/qdbustraytypes_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qgenericunixthemes_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qgenericunixthemes_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qgenericunixthemes_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qgenericunixthemes_p.h	2019-06-01 11:53:43.780276033 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/genericunix/qgenericunixthemes_p.h"
+#include "../../../../src/platformsupport/themes/genericunix/qgenericunixthemes_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qstatusnotifieritemadaptor_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qstatusnotifieritemadaptor_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qstatusnotifieritemadaptor_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qstatusnotifieritemadaptor_p.h	2019-06-01 11:53:47.472247836 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/genericunix/dbustray/qstatusnotifieritemadaptor_p.h"
+#include "../../../../src/platformsupport/themes/genericunix/dbustray/qstatusnotifieritemadaptor_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qxdgnotificationproxy_p.h qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qxdgnotificationproxy_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qxdgnotificationproxy_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtThemeSupport/5.12.3/QtThemeSupport/private/qxdgnotificationproxy_p.h	2019-06-01 11:53:54.784191923 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/themes/genericunix/dbustray/qxdgnotificationproxy_p.h"
+#include "../../../../src/platformsupport/themes/genericunix/dbustray/qxdgnotificationproxy_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/qwindowsuiawrapper_p.h qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/qwindowsuiawrapper_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/qwindowsuiawrapper_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/qwindowsuiawrapper_p.h	2019-06-01 11:47:43.239146583 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/windowsuiautomation/qwindowsuiawrapper_p.h"
+#include "../../../../src/platformsupport/windowsuiautomation/qwindowsuiawrapper_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaattributeids_p.h qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaattributeids_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaattributeids_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaattributeids_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/windowsuiautomation/uiaattributeids_p.h"
+#include "../../../../src/platformsupport/windowsuiautomation/uiaattributeids_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaclientinterfaces_p.h qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaclientinterfaces_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaclientinterfaces_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaclientinterfaces_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/windowsuiautomation/uiaclientinterfaces_p.h"
+#include "../../../../src/platformsupport/windowsuiautomation/uiaclientinterfaces_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiacontroltypeids_p.h qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiacontroltypeids_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiacontroltypeids_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiacontroltypeids_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h"
+#include "../../../../src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaerrorids_p.h qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaerrorids_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaerrorids_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaerrorids_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/windowsuiautomation/uiaerrorids_p.h"
+#include "../../../../src/platformsupport/windowsuiautomation/uiaerrorids_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaeventids_p.h qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaeventids_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaeventids_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaeventids_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/windowsuiautomation/uiaeventids_p.h"
+#include "../../../../src/platformsupport/windowsuiautomation/uiaeventids_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiageneralids_p.h qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiageneralids_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiageneralids_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiageneralids_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/windowsuiautomation/uiageneralids_p.h"
+#include "../../../../src/platformsupport/windowsuiautomation/uiageneralids_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiapatternids_p.h qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiapatternids_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiapatternids_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiapatternids_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/windowsuiautomation/uiapatternids_p.h"
+#include "../../../../src/platformsupport/windowsuiautomation/uiapatternids_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiapropertyids_p.h qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiapropertyids_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiapropertyids_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiapropertyids_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/windowsuiautomation/uiapropertyids_p.h"
+#include "../../../../src/platformsupport/windowsuiautomation/uiapropertyids_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaserverinterfaces_p.h qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaserverinterfaces_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaserverinterfaces_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiaserverinterfaces_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/windowsuiautomation/uiaserverinterfaces_p.h"
+#include "../../../../src/platformsupport/windowsuiautomation/uiaserverinterfaces_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiatypes_p.h qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiatypes_p.h
--- qt-everywhere-src-5.12.3.orig/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiatypes_p.h	2019-04-09 11:51:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtbase/include/QtWindowsUIAutomationSupport/5.12.3/QtWindowsUIAutomationSupport/private/uiatypes_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/platformsupport/windowsuiautomation/uiatypes_p.h"
+#include "../../../../src/platformsupport/windowsuiautomation/uiatypes_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qpacket_p.h qt-everywhere-src-5.12.3/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qpacket_p.h
--- qt-everywhere-src-5.12.3.orig/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qpacket_p.h	2019-04-08 11:12:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qpacket_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/plugins/qmltooling/packetprotocol/qpacket_p.h"
+#include "../../../../src/plugins/qmltooling/packetprotocol/qpacket_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qpacketprotocol_p.h qt-everywhere-src-5.12.3/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qpacketprotocol_p.h
--- qt-everywhere-src-5.12.3.orig/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qpacketprotocol_p.h	2019-04-08 11:12:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qpacketprotocol_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/plugins/qmltooling/packetprotocol/qpacketprotocol_p.h"
+#include "../../../../src/plugins/qmltooling/packetprotocol/qpacketprotocol_p.h"
diff -ruNb qt-everywhere-src-5.12.3.orig/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qversionedpacket_p.h qt-everywhere-src-5.12.3/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qversionedpacket_p.h
--- qt-everywhere-src-5.12.3.orig/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qversionedpacket_p.h	2019-04-08 11:12:26.000000000 +0200
+++ qt-everywhere-src-5.12.3/qtdeclarative/include/QtPacketProtocol/5.12.3/QtPacketProtocol/private/qversionedpacket_p.h	2019-06-01 11:47:43.243146549 +0200
@@ -1 +1 @@
-#include "../../../../../src/plugins/qmltooling/packetprotocol/qversionedpacket_p.h"
+#include "../../../../src/plugins/qmltooling/packetprotocol/qversionedpacket_p.h"