tests/auto/declarative/qdeclarativelanguage/data/importNonExist.qml
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 // imports...
       
     2 import "will-not-be-found"
       
     3 import Qt 4.7
       
     4 
       
     5 Rectangle { }