diff options
author | Christian Kandeler <[email protected]> | 2012-11-22 11:33:28 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2012-11-22 14:10:05 +0100 |
commit | aba67cc3f020f03d8ed8ef5303d413044031bc58 (patch) | |
tree | 7eedf57d46e6d1cb0223d8e6e455011cf914a0f1 /examples/window/window.pro | |
parent | 8fc95e65e77328c995ef4a3a633a95c86f5e0bdf (diff) |
Fix installation of examples.
Enable examples to be built in the target tree. This entails installing
the project files and possibly other missing stuff.
Task-number: QTBUG-27977
Change-Id: I159fd8e3ebc7077e1d68e085c4947acc058ce594
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'examples/window/window.pro')
-rw-r--r-- | examples/window/window.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/window/window.pro b/examples/window/window.pro index b4e3886c87..5dea5d621f 100644 --- a/examples/window/window.pro +++ b/examples/window/window.pro @@ -2,3 +2,8 @@ TEMPLATE = subdirs SUBDIRS += \ #screen \ window + +# install +sources.files = window.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/window +INSTALLS += sources |