diff options
author | aavit <qt-info@nokia.com> | 2011-02-24 11:17:59 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2011-02-24 11:17:59 (GMT) |
commit | 985738bcc2e690c4b02e132dce829768fab0ed76 (patch) | |
tree | 5cd8520651ffda1dfb470a52417b04cd31ae3727 /tests/auto/declarative/qdeclarativemoduleplugin/data/versionNotInstalled.qml | |
parent | 57d5dc947f37a500686b7337a99d065ca163a37f (diff) | |
parent | ca7be48b7a150952a9657d1000941fb986e5bb2b (diff) | |
download | Qt-985738bcc2e690c4b02e132dce829768fab0ed76.zip Qt-985738bcc2e690c4b02e132dce829768fab0ed76.tar.gz Qt-985738bcc2e690c4b02e132dce829768fab0ed76.tar.bz2 |
Merge remote branch 'qt-mainline/master'
Diffstat (limited to 'tests/auto/declarative/qdeclarativemoduleplugin/data/versionNotInstalled.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativemoduleplugin/data/versionNotInstalled.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativemoduleplugin/data/versionNotInstalled.qml b/tests/auto/declarative/qdeclarativemoduleplugin/data/versionNotInstalled.qml new file mode 100644 index 0000000..2065c07 --- /dev/null +++ b/tests/auto/declarative/qdeclarativemoduleplugin/data/versionNotInstalled.qml @@ -0,0 +1,6 @@ +import com.nokia.AutoTestQmlVersionPluginType 1.1 +import QtQuick 1.0 + +QtObject { +} + |