Compile without RTTI support
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Tue, 3 Jul 2012 12:10:20 +0000 (14:10 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Jul 2012 08:12:10 +0000 (10:12 +0200)
commitf2fcac1929a178eaa6ac2d8514d9138e3bbe113f
tree0fa19a0020cf9f411d4b5ef2911c6872f50d1269
parent8a9c661568a3caa3dd72dfe92aeed92ba2a03383
Compile without RTTI support

We need to be able to compile without RTTI support. Fortunately
QPaintEngine has built-in type info. No RTTI support is the
default configuration on Windows with MSVC2010, so this is
required to fix the build there.

Change-Id: I89b1ed4879fd0e8e0d61ef12d77f6961fd0b07e5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
src/quick/designer/designersupport.cpp
src/quick/items/context2d/qquickcontext2dcommandbuffer.cpp