qtdeclarative/examples/qml/cppextensions/plugins
Matthew Vogt 0284817d6c Merge master <-> api_changes
Change-Id: Iad2f07b989b25349fd2d4fff010e24dcd5a1688f
2012-03-05 11:39:54 +10:00
..
com/nokia/TimeExample Start of examples refactor 2012-02-24 10:24:58 +01:00
README Start of examples refactor 2012-02-24 10:24:58 +01:00
plugin.cpp Merge master <-> api_changes 2012-03-05 11:39:54 +10:00
plugin.json Examples refactor rebase 2012-02-28 00:39:41 +01:00
plugins.pro Merge master <-> api_changes 2012-03-05 11:39:54 +10:00
plugins.qml Start of examples refactor 2012-02-24 10:24:58 +01:00
plugins.qmlproject Start of examples refactor 2012-02-24 10:24:58 +01:00

README

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