diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-11-09 07:48:29 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-11-09 07:49:22 (GMT) |
commit | 58f8196fceaf375d8a5736e0505330be24bcebfa (patch) | |
tree | a57d2c2be1c7eb7d1ac70173d01e0c5dc7ddde08 | |
parent | 83a48659bd8a4b9dc1f0c77189bd60d91b875c4d (diff) | |
download | Qt-58f8196fceaf375d8a5736e0505330be24bcebfa.zip Qt-58f8196fceaf375d8a5736e0505330be24bcebfa.tar.gz Qt-58f8196fceaf375d8a5736e0505330be24bcebfa.tar.bz2 |
doc
-rw-r--r-- | examples/declarative/cppextensions/plugins/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/cppextensions/plugins/README b/examples/declarative/cppextensions/plugins/README index fe519f8..95e0eea 100644 --- a/examples/declarative/cppextensions/plugins/README +++ b/examples/declarative/cppextensions/plugins/README @@ -5,5 +5,5 @@ by a C++ plugin (providing the "Time" type), and by QML files (providing the To run: make install - qml -I . plugins.qml + qmlviewer -I . plugins.qml |