aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/cppextensions/plugins/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/qtquick1/cppextensions/plugins/README')
-rw-r--r--examples/declarative/qtquick1/cppextensions/plugins/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/declarative/qtquick1/cppextensions/plugins/README b/examples/declarative/qtquick1/cppextensions/plugins/README
deleted file mode 100644
index 95e0eea849..0000000000
--- a/examples/declarative/qtquick1/cppextensions/plugins/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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
-