summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-09-21 09:22:33 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-09-21 09:22:33 (GMT)
commitb9af296af3d4792d591afd833301ce56bcbc7b55 (patch)
tree80b8f2463fadf290afa3206dd1cf6cebe35a906f /doc/src
parentcd2fd21578a80bc5ac121c0419ee00b1799d0a60 (diff)
parentdbe7af4ad982186d26f6e3dbf5dad8e97b318443 (diff)
downloadQt-b9af296af3d4792d591afd833301ce56bcbc7b55.zip
Qt-b9af296af3d4792d591afd833301ce56bcbc7b55.tar.gz
Qt-b9af296af3d4792d591afd833301ce56bcbc7b55.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: fix project name duplicates in generated projects.sln Doc: document QMAKE_PROJECT_NAME qmake: introduction of QMAKE_PROJECT_NAME
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/development/qmake-manual.qdoc18
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc
index b6b48bc..d6dc7d6 100644
--- a/doc/src/development/qmake-manual.qdoc
+++ b/doc/src/development/qmake-manual.qdoc
@@ -2665,6 +2665,13 @@
value of this variable is typically handled by \c qmake or
\l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
+ \section1 QMAKE_LN_SHLIB
+
+ This variable contains the command to execute when creating a link
+ to a shared library. The
+ value of this variable is typically handled by \c qmake or
+ \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
+
\section1 QMAKE_POST_LINK
This variable contains the command to execute after linking the TARGET
@@ -2679,12 +2686,13 @@
executed, additionally some backends will not support this - mostly only
Makefile backends.
- \section1 QMAKE_LN_SHLIB
+ \section1 QMAKE_PROJECT_NAME
- This variable contains the command to execute when creating a link
- to a shared library. The
- value of this variable is typically handled by \c qmake or
- \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
+ \e {This is used for Visual Studio project files only.}
+
+ This variable determines the name of the project when generating project
+ files for IDEs. The default value is the target name. The value of this
+ variable is typically handled by \c qmake and rarely needs to be modified.
\section1 QMAKE_MAC_SDK