archrelease: copy trunk to community-any
[arch-community.git] / qt4pas / trunk / qtwebkit.patch
blob94b68d4aa7609902d03bd42a3e194f736920ca79
1 Index: Qt4Pas.pro
2 ===================================================================
3 --- Qt4Pas.pro (revision 1)
4 +++ Qt4Pas.pro (working copy)
5 @@ -12,7 +12,6 @@
7 VERSION = 5.2.5
9 -QT += network webkit
10 TARGET = Qt4Pas
11 TEMPLATE = lib
12 DEPENDPATH += src
13 @@ -155,21 +154,7 @@
14 qprintdialog_hook.h \
15 qprintpreviewdialog_hook.h \
16 qsystemtrayicon_hook.h \
17 - qgraphicsscene_hook.h \
18 - qabstractsocket_hook.h \
19 - qudpsocket_hook.h \
20 - qtcpsocket_hook.h \
21 - qtcpserver_hook.h \
22 - qnetworkaccessmanager_hook.h \
23 - qnetworkreply_hook.h \
24 - qwebframe_hook.h \
25 - qwebsecurityorigin_hook.h \
26 - qwebdatabase_hook.h \
27 - qwebhistory_hook.h \
28 - qwebhistoryinterface_hook.h \
29 - qwebpage_hook.h \
30 - qwebsettings_hook.h \
31 - qwebview_hook.h
32 + qgraphicsscene_hook.h
34 SOURCES += qt4pas.cpp \
35 qobject_hook_c.cpp \
36 @@ -335,32 +320,6 @@
37 qstylefactory_c.cpp \
38 qgraphicsscene_c.cpp \
39 qgraphicsview_c.cpp \
40 - qsslcipher_c.cpp \
41 - qsslkey_c.cpp \
42 - qsslerror_c.cpp \
43 - qabstractsocket_c.cpp \
44 - qudpsocket_c.cpp \
45 - qtcpsocket_c.cpp \
46 - qtcpserver_c.cpp \
47 - qsslconfiguration_c.cpp \
48 - qsslsocket_c.cpp \
49 - qnetworkaccessmanager_c.cpp \
50 - qnetworkrequest_c.cpp \
51 - qnetworkreply_c.cpp \
52 - qnetworkcookie_c.cpp \
53 - qlclnetworkcookie_c.cpp \
54 - qnetworkproxy_c.cpp \
55 - qauthenticator_c.cpp \
56 - qwebframe_c.cpp \
57 - qwebsecurityorigin_c.cpp \
58 - qwebdatabase_c.cpp \
59 - qwebhistory_c.cpp \
60 - qwebhistoryinterface_c.cpp \
61 - qwebpage_c.cpp \
62 - qlclwebpage_c.cpp \
63 - qwebsettings_c.cpp \
64 - qwebview_c.cpp \
65 - qlclwebview_c.cpp \
66 qcoreapplication_hook_c.cpp \
67 qtimer_hook_c.cpp \
68 qabstractitemmodel_hook_c.cpp \
69 @@ -434,20 +393,6 @@
70 qprintdialog_hook_c.cpp \
71 qprintpreviewdialog_hook_c.cpp \
72 qsystemtrayicon_hook_c.cpp \
73 - qgraphicsscene_hook_c.cpp \
74 - qabstractsocket_hook_c.cpp \
75 - qudpsocket_hook_c.cpp \
76 - qtcpsocket_hook_c.cpp \
77 - qtcpserver_hook_c.cpp \
78 - qnetworkaccessmanager_hook_c.cpp \
79 - qnetworkreply_hook_c.cpp \
80 - qwebframe_hook_c.cpp \
81 - qwebsecurityorigin_hook_c.cpp \
82 - qwebdatabase_hook_c.cpp \
83 - qwebhistory_hook_c.cpp \
84 - qwebhistoryinterface_hook_c.cpp \
85 - qwebpage_hook_c.cpp \
86 - qwebsettings_hook_c.cpp \
87 - qwebview_hook_c.cpp
88 + qgraphicsscene_hook_c.cpp
90 # end of file
91 \ No newline at end of file
92 Index: src/qt4pas.cpp
93 ===================================================================
94 --- src/qt4pas.cpp (revision 1)
95 +++ src/qt4pas.cpp (working copy)
96 @@ -15,8 +15,6 @@
98 #include <QtCore>
99 #include <QtGui>
100 -#include <QtNetwork>
101 -#include <QtWebKit>
104 #include "qobject_hook_c.cpp"
105 @@ -182,32 +180,6 @@
106 #include "qstylefactory_c.cpp"
107 #include "qgraphicsscene_c.cpp"
108 #include "qgraphicsview_c.cpp"
109 -#include "qsslcipher_c.cpp"
110 -#include "qsslkey_c.cpp"
111 -#include "qsslerror_c.cpp"
112 -#include "qabstractsocket_c.cpp"
113 -#include "qudpsocket_c.cpp"
114 -#include "qtcpsocket_c.cpp"
115 -#include "qtcpserver_c.cpp"
116 -#include "qsslconfiguration_c.cpp"
117 -#include "qsslsocket_c.cpp"
118 -#include "qnetworkaccessmanager_c.cpp"
119 -#include "qnetworkrequest_c.cpp"
120 -#include "qnetworkreply_c.cpp"
121 -#include "qnetworkcookie_c.cpp"
122 -#include "qlclnetworkcookie_c.cpp"
123 -#include "qnetworkproxy_c.cpp"
124 -#include "qauthenticator_c.cpp"
125 -#include "qwebframe_c.cpp"
126 -#include "qwebsecurityorigin_c.cpp"
127 -#include "qwebdatabase_c.cpp"
128 -#include "qwebhistory_c.cpp"
129 -#include "qwebhistoryinterface_c.cpp"
130 -#include "qwebpage_c.cpp"
131 -#include "qlclwebpage_c.cpp"
132 -#include "qwebsettings_c.cpp"
133 -#include "qwebview_c.cpp"
134 -#include "qlclwebview_c.cpp"
135 #include "qcoreapplication_hook_c.cpp"
136 #include "qtimer_hook_c.cpp"
137 #include "qabstractitemmodel_hook_c.cpp"
138 @@ -282,17 +254,3 @@
139 #include "qprintpreviewdialog_hook_c.cpp"
140 #include "qsystemtrayicon_hook_c.cpp"
141 #include "qgraphicsscene_hook_c.cpp"
142 -#include "qabstractsocket_hook_c.cpp"
143 -#include "qudpsocket_hook_c.cpp"
144 -#include "qtcpsocket_hook_c.cpp"
145 -#include "qtcpserver_hook_c.cpp"
146 -#include "qnetworkaccessmanager_hook_c.cpp"
147 -#include "qnetworkreply_hook_c.cpp"
148 -#include "qwebframe_hook_c.cpp"
149 -#include "qwebsecurityorigin_hook_c.cpp"
150 -#include "qwebdatabase_hook_c.cpp"
151 -#include "qwebhistory_hook_c.cpp"
152 -#include "qwebhistoryinterface_hook_c.cpp"
153 -#include "qwebpage_hook_c.cpp"
154 -#include "qwebsettings_hook_c.cpp"
155 -#include "qwebview_hook_c.cpp"