source: trunk/examples/declarative/cppextensions/plugins/README

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 219 bytes
Line 
1This example shows a module "com.nokia.TimeExample" that is implemented
2by a C++ plugin (providing the "Time" type), and by QML files (providing the
3"Clock" type).
4
5To run:
6
7 make install
8 qmlviewer -I . plugins.qml
9
Note: See TracBrowser for help on using the repository browser.