QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / assignSequenceTypes.2.qml
1 import QtQuick 2.0
2 import Qt.test 1.0
3
4 MySequenceConversionObject {
5     intListProperty: 1
6     qrealListProperty: 1.1
7     boolListProperty: false
8     urlListProperty: "http://www.example1.com"
9     stringListProperty: "one"
10     qstringListProperty: "two"
11 }