QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / nonExistentAttachedObject.qml
1 import Qt.test 1.0
2
3 MyQmlObject {
4     stringProperty: MyQmlContainer.prop
5 }