From 0e43b5951f6366f65b4229e11d036d4077c101e4 Mon Sep 17 00:00:00 2001 From: Damian Jansen Date: Thu, 1 Sep 2011 10:46:27 +1000 Subject: Add examples and tests for QtQuick1 A straight copy of what was available in Qt 4.7, modified where necessary to use the QtQuick1 module, so as to still compile and run in Qt5. Change-Id: I9a95afb96e3f522fbd600eb6dbd3fdac9558b059 Reviewed-on: http://codereview.qt.nokia.com/4019 Reviewed-by: Bea Lam --- .../qtquick1/cppextensions/referenceexamples/methods/methods.qrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/declarative/qtquick1/cppextensions/referenceexamples/methods/methods.qrc (limited to 'examples/declarative/qtquick1/cppextensions/referenceexamples/methods/methods.qrc') diff --git a/examples/declarative/qtquick1/cppextensions/referenceexamples/methods/methods.qrc b/examples/declarative/qtquick1/cppextensions/referenceexamples/methods/methods.qrc new file mode 100644 index 0000000000..e2fa01d5e7 --- /dev/null +++ b/examples/declarative/qtquick1/cppextensions/referenceexamples/methods/methods.qrc @@ -0,0 +1,5 @@ + + + example.qml + + -- cgit v1.2.3