QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmllanguage / data / MyComponent.qml
1 import Test 1.0
2
3 MyQmlObject {
4     property real x;
5     property real y;
6 }