summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2014-12-04 13:50:46 +0100
committerAndy Shaw <andy.shaw@digia.com>2014-12-05 07:39:17 +0100
commitc9f9eddc0f595b0382b070e3113122398c13876e (patch)
treee303fa093e9e8d9efa0394a09cf422f46e6284a7 /qmake/doc
parente682ea6f782d3bb4caa4f2bd0e3be47cbe064f4f (diff)
Add missing documentation for some variables
Task-number: QTBUG-5109 Change-Id: I38e12b957cad099d2f815a0d192cf3ab9fee52e5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'qmake/doc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc64
1 files changed, 64 insertions, 0 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index cdac770c9d..ed76e9cc61 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -1195,6 +1195,12 @@
Please see \l{Setting the Application Icon}{the application icon documentation}
for more information.
+ \target IDLSOURCES
+ \section1 IDLSOURCES
+
+ This variable is used only on Windows for the Visual Studio project generation to
+ put the specified files in the Generated Files folder.
+
\target INCLUDEPATH
\section1 INCLUDEPATH
@@ -1304,6 +1310,12 @@
handled internally by qmake and rarely needs to
be modified.
+ \target MSVCPROJ_*
+ \section1 MSVCPROJ_*
+
+ These variables are handled internally by qmake and should not be modified
+ or utilized.
+
\target MOC_DIR
\section1 MOC_DIR
@@ -2110,6 +2122,38 @@
variable is typically handled by qmake or
\l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
+ \target QMAKE_TARGET_COMPANY
+ \section1 QMAKE_TARGET_COMPANY
+
+ Windows only. Specifies the company for the project target, this is used where
+ applicable for putting the company name in the application's properties. This is
+ only utilized if the VERSION or RC_ICONS variable is set and the RC_FILE and RES_FILE
+ variables are not set.
+
+ \target QMAKE_TARGET_DESCRIPTION
+ \section1 QMAKE_TARGET_DESCRIPTION
+
+ Windows only. Specifies the description for the project target, this is used where
+ applicable for putting the description in the application's properties. This is only
+ utilized if the VERSION or RC_ICONS variable is set and the RC_FILE and RES_FILE variables
+ are not set.
+
+ \target QMAKE_TARGET_COPYRIGHT
+ \section1 QMAKE_TARGET_COPYRIGHT
+
+ Windows only. Specifies the copyright information for the project target, this is used where
+ applicable for putting the copyright information in the application's properties. This is only
+ utilized if the VERSION or RC_ICONS variable is set and the RC_FILE and RES_FILE variables
+ are not set.
+
+ \target QMAKE_TARGET_PRODUCT
+ \section1 QMAKE_TARGET_PRODUCT
+
+ Windows only. Specifies the product for the project target, this is used where
+ applicable for putting the product in the application's properties. This is only utilized if
+ the VERSION or RC_ICONS variable is set and the RC_FILE and RES_FILE variables
+ are not set.
+
\section1 QT
Specifies the Qt modules that are used by your project.
@@ -2209,6 +2253,26 @@
qmake or \l{#QMAKESPEC}{qmake.conf} and rarely
needs to be modified.
+ \target RC_CODEPAGE
+ \section1 RC_CODEPAGE
+
+ Windows only. Specifies the codepage that should be specified in a generated rc file. This is
+ only utilized if the VERSION or RC_ICONS variable is set and the RC_FILE and RES_FILE variables
+ are not set.
+
+ \target RC_ICONS
+ \section1 RC_ICONS
+
+ Windows only. Specifies the icons that should be included into a generated rc file, this
+ is only utilized if the RC_FILE and RES_FILE variable are not set.
+
+ \target RC_LANG
+ \section1 RC_LANG
+
+ Windows only. Specifies the language that should be specified in a generated rc file. This is
+ only utilized if the VERSION or RC_ICONS variable is set and the RC_FILE and RES_FILE variables
+ are not set.
+
\section1 RC_INCLUDEPATH
Specifies include paths that are passed to the Windows Resource Compiler.