summaryrefslogtreecommitdiffstats
path: root/examples/assistant
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-01-10 12:45:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-10 16:49:12 +0100
commit592231712d1964711ac5b3d13f8f744cfe446777 (patch)
treea402ecba0c94d988ede56534161c78baff6cdab2 /examples/assistant
parent591c040dcd190fa31f91e6f21afe8a9f742e999c (diff)
Fix examples "make install", missing the doc files.
Change-Id: Ifcfc888782e2087476f6f65388db5cda753e0ee7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'examples/assistant')
-rw-r--r--examples/assistant/simpletextviewer/simpletextviewer.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/assistant/simpletextviewer/simpletextviewer.pro b/examples/assistant/simpletextviewer/simpletextviewer.pro
index 996cf23e1..314e75b36 100644
--- a/examples/assistant/simpletextviewer/simpletextviewer.pro
+++ b/examples/assistant/simpletextviewer/simpletextviewer.pro
@@ -11,4 +11,7 @@ SOURCES = main.cpp \
QT += widgets
target.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
-INSTALLS += target
+docs.files += $$PWD/documentation
+docs.path = $$target.path
+
+INSTALLS += target docs