diff options
author | jaanttil <janne.anttila@digia.com> | 2011-10-05 06:56:11 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-06 13:59:20 (GMT) |
commit | ace551f12e905bec6be53ec3941bbde0f5ecad15 (patch) | |
tree | c8f121c9fc0a90761a8ca05b345f8a679babbff1 /tests/auto/qabstracturiresolver | |
parent | fc0a203ba7595a67c632e121a3039f424ddc8348 (diff) | |
download | Qt-ace551f12e905bec6be53ec3941bbde0f5ecad15.zip Qt-ace551f12e905bec6be53ec3941bbde0f5ecad15.tar.gz Qt-ace551f12e905bec6be53ec3941bbde0f5ecad15.tar.bz2 |
Build fix for QtDeclarative in WindowsCE
qdeclarativestateoperations.cpp in declarative module needs to include
qgraphicsitem.h. In windows CE, the qgraphicsitem.h further needs to
include qfunctions_wince.h. qfunctions_wince.h is used to implement
posix functions missing from WinCE. One of reimplemented functions in
qfunctions_wince.h is posix rewind. Now qdeclarativestateoperations.cpp
also implements method called rewind with different prototype. Two
incompatible prototypes of rewind break the QtDeclarative build
for WinCE.
As a workaround the POSIX rewind reimplemented by qfunctions_wince.h
is now undefined in this class, because it is not needed here.
Task-number: QTBUG-22511
Change-Id: I9e569fa753e70b386068f54d95c3aae0a2dbe55d
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'tests/auto/qabstracturiresolver')
0 files changed, 0 insertions, 0 deletions