summaryrefslogtreecommitdiffstats
path: root/examples/help/contextsensitivehelp/contextsensitivehelp.pro
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-10-29 14:54:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-30 16:56:13 +0100
commitd040f2668309937be6acd2415dbfaa3f07671476 (patch)
tree7a4c46d89494f2744abb3e4ba701fa4338a01120 /examples/help/contextsensitivehelp/contextsensitivehelp.pro
parentc28ecbb7ed8404b7e29b1d1b30882c865d87e34d (diff)
Doc: Rename doc directory of Context Sensitive Help example
During packaging, the doc/ directories are removed from examples when they are copied to Qt examples install directory. This example has a doc/ directory with contents required to run it. This change renames it so that he packaging doesn't break it. Task-number: QTBUG-33848 Change-Id: I7b4e29d7b3c2c2ff9429c1a81bd32fb809d0cdb3 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/help/contextsensitivehelp/contextsensitivehelp.pro')
-rw-r--r--examples/help/contextsensitivehelp/contextsensitivehelp.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/help/contextsensitivehelp/contextsensitivehelp.pro b/examples/help/contextsensitivehelp/contextsensitivehelp.pro
index 7f13544e3..393576f5b 100644
--- a/examples/help/contextsensitivehelp/contextsensitivehelp.pro
+++ b/examples/help/contextsensitivehelp/contextsensitivehelp.pro
@@ -11,7 +11,7 @@ HEADERS += wateringconfigdialog.h \
FORMS += wateringconfigdialog.ui
target.path = $$[QT_INSTALL_EXAMPLES]/help/contextsensitivehelp
-docs.files += $$PWD/doc
+docs.files += $$PWD/docs
docs.path = $$target.path
INSTALLS += target docs