Initial bundle support
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlbundle / data / relativeResolution.2 / bundledata / subdir / MyType.qml
1 import QtQuick 2.0
2
3 QtObject {
4     property int test1: 11
5     property bool test2: true
6 }