diff options
Diffstat (limited to 'tests/auto/declarative/qmlparser/inlineQmlComponents.txt')
-rw-r--r-- | tests/auto/declarative/qmlparser/inlineQmlComponents.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlparser/inlineQmlComponents.txt b/tests/auto/declarative/qmlparser/inlineQmlComponents.txt index e713a88..79ceda6 100644 --- a/tests/auto/declarative/qmlparser/inlineQmlComponents.txt +++ b/tests/auto/declarative/qmlparser/inlineQmlComponents.txt @@ -1,3 +1,5 @@ +import Test 1.0 +import Qt 4.6 MyContainer { Component { id: MyComponent |