summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro')
-rw-r--r--examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro b/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro
index f978c7bb..05b8e7dd 100644
--- a/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro
+++ b/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro
@@ -3,3 +3,9 @@ QT += widgets declarative
HEADERS += piechart.h
SOURCES += piechart.cpp \
main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/tutorials/extending/chapter2-methods
+sources.files = $$SOURCES $$HEADERS app.qml chapter2-methods.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]//qtquick1/declarative/tutorials/extending/chapter2-methods
+INSTALLS += target sources