diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-08 02:36:12 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-08 03:02:26 (GMT) |
commit | 69a3c7fc51fcab07a6a0a18a753546b45cf522c3 (patch) | |
tree | 41eabbedb1c8391377f96ea523c1a7c4af9ea572 /examples/declarative/extending/properties | |
parent | b35bc4ba38992dde4c35c138caa52c018d80b350 (diff) | |
download | Qt-69a3c7fc51fcab07a6a0a18a753546b45cf522c3.zip Qt-69a3c7fc51fcab07a6a0a18a753546b45cf522c3.tar.gz Qt-69a3c7fc51fcab07a6a0a18a753546b45cf522c3.tar.bz2 |
Fixed declarative examples not being installed.
Diffstat (limited to 'examples/declarative/extending/properties')
-rw-r--r-- | examples/declarative/extending/properties/properties.pro | 5 |
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 |