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 --- .../extending/chapter5-listproperties/chapter5-listproperties.pro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro (limited to 'examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro') diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro new file mode 100644 index 0000000000..f5dc31a3db --- /dev/null +++ b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro @@ -0,0 +1,7 @@ +QT += declarative qtquick1 + +HEADERS += piechart.h \ + pieslice.h +SOURCES += piechart.cpp \ + pieslice.cpp \ + main.cpp -- cgit v1.2.3