Fix some of the bundle test failures on Windows.
authorGlenn Watson <glenn.watson@nokia.com>
Wed, 20 Jun 2012 01:36:31 +0000 (11:36 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 20 Jun 2012 04:04:01 +0000 (06:04 +0200)
commit0bc4a13048c030d52fd37debba0e934e1dd49b83
tree7184adace91130b43f310eb4c0a7982016f2885d
parent7c962ceba942f3adf2a77424d73504608a6fceac
Fix some of the bundle test failures on Windows.

The Q_PACKED macro is not supported on Windows, so the code that
serializes the bundles does not work with the loading code. Change
the maximum bundle size to 4 GB so that struct packing is not
required.

Change-Id: Ia7c8aa856ac532732eb6e76df813f46acd66b6f2
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/qml/qml/qqmlbundle.cpp
src/qml/qml/qqmlbundle_p.h