summaryrefslogtreecommitdiff
authorhrw <hrw>2005-09-19 20:07:26 (UTC)
committer hrw <hrw>2005-09-19 20:07:26 (UTC)
commit690563f3887b89de0fb74c3bf8c7548c2856ad1a (patch) (unidiff)
tree4b4915c3e021d3e06857b7e36f724afc4f130a2a
parent6fb2ee0976a4b6c67b9f0c59cfd5d85143208bd4 (diff)
downloadopie-690563f3887b89de0fb74c3bf8c7548c2856ad1a.zip
opie-690563f3887b89de0fb74c3bf8c7548c2856ad1a.tar.gz
opie-690563f3887b89de0fb74c3bf8c7548c2856ad1a.tar.bz2
added patch to build QT/E 2.3.10 with gcc 4.x.x
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog1
-rw-r--r--qt/qt-2.3.10.patch/gcc4.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebd9d92..07be30b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
9 ---------- 9 ----------
10 * #1695 - Date selector use too small fontsize on VGA screen (hrw) 10 * #1695 - Date selector use too small fontsize on VGA screen (hrw)
11 * n.a. - remove hardcoded font size from wellenreiter (hrw) 11 * n.a. - remove hardcoded font size from wellenreiter (hrw)
12 * n.a. - added patch to build QT/E 2.3.10 with gc 4.x.x (hrw)
12 13
13 2005-09-11Opie 1.2.1 14 2005-09-11Opie 1.2.1
14 15
diff --git a/qt/qt-2.3.10.patch/gcc4.patch b/qt/qt-2.3.10.patch/gcc4.patch
new file mode 100644
index 0000000..7670d44
--- a/dev/null
+++ b/qt/qt-2.3.10.patch/gcc4.patch
@@ -0,0 +1,11 @@
1 --- qt-2.3.10/src/kernel/qwindowsystem_qws.h.orig2005-09-19 17:50:39.000000000 +0200
2 +++ qt-2.3.10/src/kernel/qwindowsystem_qws.h2005-09-19 17:50:45.000000000 +0200
3@@ -53,6 +53,8 @@
4 class QWSRegionManager;
5 class QGfx;
6 class QWSServerData;
7+class QWSInputMethod;
8+class QWSGestureMethod;
9
10 class QWSInternalWindowInfo
11 {