examples/declarative/cppextensions/plugins/README
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
       
     1 This example shows a module "com.nokia.TimeExample" that is implemented
       
     2 by a C++ plugin (providing the "Time" type), and by QML files (providing the
       
     3 "Clock" type).
       
     4 
       
     5 To run:
       
     6 
       
     7   make install
       
     8   qml -I . plugins.qml
       
     9