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/objectlistmodel | |
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/objectlistmodel')
-rw-r--r-- | examples/declarative/objectlistmodel/objectlistmodel.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/declarative/objectlistmodel/objectlistmodel.pro b/examples/declarative/objectlistmodel/objectlistmodel.pro index ca61e4c..869cde3 100644 --- a/examples/declarative/objectlistmodel/objectlistmodel.pro +++ b/examples/declarative/objectlistmodel/objectlistmodel.pro @@ -9,3 +9,10 @@ SOURCES += main.cpp \ dataobject.cpp HEADERS += dataobject.h RESOURCES += objectlistmodel.qrc + +sources.files = $$SOURCES $$HEADERS $$RESOURCES objectlistmodel.pro view.qml +sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/objectlistmodel +target.path = $$[QT_INSTALL_EXAMPLES]/declarative/objectlistmodel + +INSTALLS += sources target + |