diff options
Diffstat (limited to 'tests/auto/qml/qmllint/importRelScript/Main.qml')
| -rw-r--r-- | tests/auto/qml/qmllint/importRelScript/Main.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/importRelScript/Main.qml b/tests/auto/qml/qmllint/importRelScript/Main.qml new file mode 100644 index 0000000000..341f1d730c --- /dev/null +++ b/tests/auto/qml/qmllint/importRelScript/Main.qml @@ -0,0 +1,6 @@ +import QtQml +import "script.js" as JS + +QtObject { + Component.onCompleted: JS.f() +} |
