aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro')
-rw-r--r--examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro b/examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro
new file mode 100644
index 0000000000..8ed66f8b66
--- /dev/null
+++ b/examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro
@@ -0,0 +1,5 @@
+QT += qml quick
+
+HEADERS += piechart.h
+SOURCES += piechart.cpp \
+ main.cpp