From 6e88c68e1bd46faa2a96bbc409052f27bf445736 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Wed, 6 Nov 2013 17:18:11 +0100 Subject: Cleanup sources, mostly by removing QtCreator generated bloat. This removes a lot of obsolete files and simplifies the build system of the examples. Furthermore, the examples can now be run without running make install first. It reuses the same import path as the test does. Note that the examples are not installable anymore now though. If this is required, it can be added again. Change-Id: Ic7ff80f734b035a03fb1a11a2df492c97298ceff Reviewed-by: Zeno Albisser --- examples/hybridshell/index.html | 82 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 examples/hybridshell/index.html (limited to 'examples/hybridshell/index.html') diff --git a/examples/hybridshell/index.html b/examples/hybridshell/index.html new file mode 100644 index 0000000..23a765c --- /dev/null +++ b/examples/hybridshell/index.html @@ -0,0 +1,82 @@ + + + + QML/HTML Hybrid Shell + + + + + +
+ + +
+ + -- cgit v1.2.1