summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2010-06-25 09:05:27 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2010-06-25 09:06:49 (GMT)
commitbae307e98aedb70d46ca0fd934d6fbca6044b151 (patch)
treef9974e231b7a04c4cd5b5deb260ddcaacaa82296 /src
parent79342a635d71d1612795ab878b145f6e95ab23d2 (diff)
downloadQt-bae307e98aedb70d46ca0fd934d6fbca6044b151.zip
Qt-bae307e98aedb70d46ca0fd934d6fbca6044b151.tar.gz
Qt-bae307e98aedb70d46ca0fd934d6fbca6044b151.tar.bz2
Fix linking on arm with def files
Added two missing QIODevicePrivate exports used implicitly by QtNetwork Reviewed-by: Trust me
Diffstat (limited to 'src')
-rw-r--r--src/s60installs/eabi/QtCoreu.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s60installs/eabi/QtCoreu.def b/src/s60installs/eabi/QtCoreu.def
index 48cad39..7b9e777 100644
--- a/src/s60installs/eabi/QtCoreu.def
+++ b/src/s60installs/eabi/QtCoreu.def
@@ -3707,4 +3707,6 @@ EXPORTS
_ZrsR11QDataStreamR12QEasingCurve @ 3706 NONAME
_ZNK7QLocale13textDirectionEv @ 3707 NONAME
_ZNK7QString13isRightToLeftEv @ 3708 NONAME
+ _ZN16QIODevicePrivate4peekEPcx @ 3709 NONAME
+ _ZN16QIODevicePrivate4peekEx @ 3710 NONAME