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