blob: fe519f83bd67325f3843c20c41270d822ec7c91d (
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 -I . plugins.qml
|