aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/plugins/README
blob: f4f9074059376ca4808d82fef3c0879712666b97 (plain)
1
2
3
4
5
6
7
8
9
This example shows a module "com.nokia.TimeExample" that is implemented
by a C++ plugin (providing the "Time" type), and by QML files (providing the
"Clock" type).

To run:

  make install
  QML_IMPORT_PATH=$PWD qmlscene plugins.qml