summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/plugins/README
blob: 20226750ca32e22dacf6eab1b100e65ecb221703 (plain)
1
2
3
4
5
6
7
8
9
This example shows a module "org.qtproject.TimeExample" that is implemented
by a C++ plugin (providing the "Time" type), and by QML files (providing the
"Clock" type).

To run:

  make install
  qmlviewer -I . plugins.qml