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/grouped/grouped.pro | |
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/grouped/grouped.pro')
-rw-r--r-- | examples/declarative/extending/grouped/grouped.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/declarative/extending/grouped/grouped.pro b/examples/declarative/extending/grouped/grouped.pro index 8fde8e8..576e1d2 100644 --- a/examples/declarative/extending/grouped/grouped.pro +++ b/examples/declarative/extending/grouped/grouped.pro @@ -11,3 +11,7 @@ SOURCES += main.cpp \ HEADERS += person.h \ birthdayparty.h RESOURCES += grouped.qrc +target.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/grouped +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS grouped.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/grouped +INSTALLS += target sources |