summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-15 03:00:45 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-07-15 05:41:06 (GMT)
commitb78e46817e5e2d9bd6a8d83b1447a6c4e941a5b3 (patch)
treefb83edea4a5f6fb9952c312c8b3ea81acefc286e /examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
parent8ed72a96bc5c3af283f8ca4460adae9d4b466479 (diff)
downloadQt-b78e46817e5e2d9bd6a8d83b1447a6c4e941a5b3.zip
Qt-b78e46817e5e2d9bd6a8d83b1447a6c4e941a5b3.tar.gz
Qt-b78e46817e5e2d9bd6a8d83b1447a6c4e941a5b3.tar.bz2
Change tutorial from using "Musician" etc. types to using "PieChart"
etc. types to make a more practical example that shows how to do painting as well. Also includes some tutorial improvments.
Diffstat (limited to 'examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro')
-rw-r--r--examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro b/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
index bd05ebe..0f04167 100644
--- a/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
+++ b/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
@@ -1,5 +1,5 @@
QT += declarative
-HEADERS += musician.h
-SOURCES += musician.cpp \
+HEADERS += piechart.h
+SOURCES += piechart.cpp \
main.cpp