10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
|
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
|
||
|
|