Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeqt / data / openUrlExternally_lib.qml
1 import QtQuick 1.0
2 import "openUrlExternally_lib.js" as Test
3
4 Item {
5     Component.onCompleted: Test.loadTest();
6
7     property bool testFile
8     onTestFileChanged: Test.loadFile();
9 }