Extract all QtQuick 1 elements into a separate library/plugin.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / qtbug_11600.qml
1 import QtQuick 2.0
2 import "qtbug_11600.js" as Test
3
4 QtObject {
5     id: goo
6
7     property bool test: undefined == goo.Test
8 }