diff options
author | Bea Lam <bea.lam@nokia.com> | 2011-02-09 04:56:47 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2011-02-09 05:01:46 (GMT) |
commit | a78f6b1718b8285cb65ae989a070bf8703746b5d (patch) | |
tree | 85f1b9879fe905e40d7972c486d105017f9a58a1 /tests/auto/declarative/qdeclarativemoduleplugin/data | |
parent | b3080d78f2ff2d98410249e09d5d7d6e20fd155c (diff) | |
download | Qt-a78f6b1718b8285cb65ae989a070bf8703746b5d.zip Qt-a78f6b1718b8285cb65ae989a070bf8703746b5d.tar.gz Qt-a78f6b1718b8285cb65ae989a070bf8703746b5d.tar.bz2 |
Add test for importing plugins that contain QML files
Diffstat (limited to 'tests/auto/declarative/qdeclarativemoduleplugin/data')
-rw-r--r-- | tests/auto/declarative/qdeclarativemoduleplugin/data/pluginWithQmlFile.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativemoduleplugin/data/pluginWithQmlFile.qml b/tests/auto/declarative/qdeclarativemoduleplugin/data/pluginWithQmlFile.qml new file mode 100644 index 0000000..a9e28e5 --- /dev/null +++ b/tests/auto/declarative/qdeclarativemoduleplugin/data/pluginWithQmlFile.qml @@ -0,0 +1,3 @@ +import com.nokia.AutoTestPluginWithQmlFile 1.0 + +MyQmlFile {} |