Fix linking of QtQuick.dll on Windows.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Tue, 6 Dec 2011 12:43:06 +0000 (13:43 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 7 Dec 2011 08:42:54 +0000 (09:42 +0100)
commit66a3c0d7a18008920ae112abf8640b2dcef04d9f
tree43f217d416809e6bf52f12240b299ba0850d2e9a
parent3bb47f45ebf1f2a5dc26067c762f30b15f2308c4
Fix linking of QtQuick.dll on Windows.

Put class QDeclarativeComponentAttached into a separate header.
When declared as Q_AUTOTEST_EXPORT in
declarative/qml/qdeclarativecomponent_p.h which is included by
quick/qquickloader.cpp, the Q_AUTOTEST_EXPORT is seen as
__declspec(dllexport) and linking fails.

Change-Id: I835197e3af6993cfd9325a432f33c636b9bfd3e6
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
src/declarative/qml/qdeclarativecomponent.cpp
src/declarative/qml/qdeclarativecomponent_p.h
src/declarative/qml/qdeclarativecomponentattached_p.h [new file with mode: 0644]
src/declarative/qml/qdeclarativecontext.cpp
src/declarative/qml/qdeclarativeengine.cpp
src/declarative/qml/qdeclarativevme.cpp
src/declarative/qml/qml.pri