Use correct path to qml files when looking for them in examples
[profile/ivi/qtdeclarative.git] / examples / qml / plugins / README
1 This example shows a module "com.nokia.TimeExample" that is implemented
2 by a C++ plugin (providing the "Time" type), and by QML files (providing the
3 "Clock" type).
4
5 To run:
6
7   make install
8   QML_IMPORT_PATH=$PWD qmlscene plugins.qml
9