diff options
author | mae <qt-info@nokia.com> | 2010-04-16 12:01:29 (GMT) |
---|---|---|
committer | mae <qt-info@nokia.com> | 2010-04-16 12:01:29 (GMT) |
commit | 86efad03a977763c900aaa0b634f64c109a27e4f (patch) | |
tree | 2dd31f0ef9f7c6567cc35fe33ff0a49ba279f753 /examples | |
parent | c8a26b05c342d05e718c118fe6279021c4cadf14 (diff) | |
download | Qt-86efad03a977763c900aaa0b634f64c109a27e4f.zip Qt-86efad03a977763c900aaa0b634f64c109a27e4f.tar.gz Qt-86efad03a977763c900aaa0b634f64c109a27e4f.tar.bz2 |
Fix README
The base directory is no longer automatically used as import path.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/plugins/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/plugins/README b/examples/declarative/plugins/README index 3ae256d..fe519f8 100644 --- a/examples/declarative/plugins/README +++ b/examples/declarative/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 plugins.qml + qml -I . plugins.qml |