Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / include_remote_missing.qml
1 import QtQuick 1.0
2 import "include_remote_missing.js" as IncludeTest
3
4 QtObject {
5     property bool done: false
6
7     property bool test1: false
8     property bool test2: false
9     property bool test3: false
10
11     Component.onCompleted: IncludeTest.go();
12 }