summaryrefslogtreecommitdiff
path: root/doc/src/editors
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-08-06 15:07:33 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-09-15 13:19:27 +0200
commitdf1f5766664be84556afa9e7aa14bbb59eb8b4dc (patch)
tree99362d40abf2a9d6e92c2c5843259134fbc99a30 /doc/src/editors
parent3e4f17c1642901c0afbba1716e9f5a2b7abed4a3 (diff)
downloadqt-creator-df1f5766664be84556afa9e7aa14bbb59eb8b4dc.tar.gz
use DISTFILES instead of OTHER_FILES in docs, templates, and editors
the latter variable is entirely meaningless to qmake and should have never been recognized by creator. unfortunately, qmake's dist target wasn't very useful before qt 5.4, so it didn't occur to anybody to actually use the variable associated with it, even though it is semantically exactly the right thing. Change-Id: I249857f54fdc38fb5ecac0f608e5f4140624c23c Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc/src/editors')
-rw-r--r--doc/src/editors/creator-beautifier.qdoc2
-rw-r--r--doc/src/editors/creator-editors.qdoc5
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/editors/creator-beautifier.qdoc b/doc/src/editors/creator-beautifier.qdoc
index f35841460e..e2fe8c46fc 100644
--- a/doc/src/editors/creator-beautifier.qdoc
+++ b/doc/src/editors/creator-beautifier.qdoc
@@ -86,7 +86,7 @@
\li Select the \gui {Use file defined in project files} option
to use the configuration file defined in the qmake
- OTHER_FILES variable as the configuration file for the
+ DISTFILES variable as the configuration file for the
selected tool.
\li Select the \gui {Use $HOME} option to use the specified file
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc
index e941a60dbf..ff0b7c0cb2 100644
--- a/doc/src/editors/creator-editors.qdoc
+++ b/doc/src/editors/creator-editors.qdoc
@@ -2317,8 +2317,9 @@
\endlist
- If locator does not find some files, you can add them to the \c OTHER_FILES
- variable in the .pro file to make them known to \QC.
+ If locator does not find some files, you can add them to the \c DISTFILES
+ variable in the .pro file to include them into the distribution tarball
+ of your project and thus make them known to \QC as well.
\section1 Configuring Locator Filters