qtdeclarative/examples/declarative/cppextensions/plugins
Marius Storm-Olsen 8aefa88efc Fix usage of QT_SOURCE_TREE
Functionality has been moved into qt_example.prf
2011-06-07 13:26:39 -05:00
..
com/nokia/TimeExample Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
plugin.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
plugins.pro Fix usage of QT_SOURCE_TREE 2011-06-07 13:26:39 -05:00
plugins.qml Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
plugins.qmlproject Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02: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
  qmlviewer -I . plugins.qml