summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/default/default.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/extending/default/default.pro')
-rw-r--r--examples/declarative/extending/default/default.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/declarative/extending/default/default.pro b/examples/declarative/extending/default/default.pro
index 0d5d45c..32aff0b 100644
--- a/examples/declarative/extending/default/default.pro
+++ b/examples/declarative/extending/default/default.pro
@@ -11,3 +11,7 @@ SOURCES += main.cpp \
HEADERS += person.h \
birthdayparty.h
RESOURCES += default.qrc
+target.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/default
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS default.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/default
+INSTALLS += target sources