diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-04 17:15:27 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-04 17:15:27 +0200 |
commit | 3fbfb27d55e0d1e4359a295d2dff42984497fa13 (patch) | |
tree | 86dcf0525414d990d0d6cf8d794f8613bb02cf88 /examples/README | |
parent | 36cebbb3e17b0b9df03a3a288e56b5d1e1fedee1 (diff) | |
download | qmenumodel-3fbfb27d55e0d1e4359a295d2dff42984497fa13.tar.gz qmenumodel-3fbfb27d55e0d1e4359a295d2dff42984497fa13.tar.bz2 qmenumodel-3fbfb27d55e0d1e4359a295d2dff42984497fa13.zip |
Updated examples/README to reflect name changes.
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README b/examples/README index 945da8b..c2516e3 100644 --- a/examples/README +++ b/examples/README @@ -7,5 +7,5 @@ To render this menu in a QML application, run 'render-menumodel.qml' in qmlviewer. You will need to inform qmlviewer of the location of the QMenuModel if it’s not installed system-wide, e.g.: - qmlviewer -I src examples/render-menumodel.qml + qmlviewer -I libqmenumodel examples/render-menumodel.qml |