summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/doc')
-rw-r--r--qmake/doc/snippets/code/doc_src_qmake-manual.pro4
-rw-r--r--qmake/doc/src/qmake-manual.qdoc10
2 files changed, 14 insertions, 0 deletions
diff --git a/qmake/doc/snippets/code/doc_src_qmake-manual.pro b/qmake/doc/snippets/code/doc_src_qmake-manual.pro
index 857a311e91..be5f979e39 100644
--- a/qmake/doc/snippets/code/doc_src_qmake-manual.pro
+++ b/qmake/doc/snippets/code/doc_src_qmake-manual.pro
@@ -982,3 +982,7 @@ QMAKE_SONAME_PREFIX = @executable_path/../Frameworks
QMAKE_SONAME_PREFIX = @loader_path/Frameworks
QMAKE_SONAME_PREFIX = /Library/Frameworks
#! [184]
+
+#! [185]
+VERSION_PE_HEADER = 1.2
+#! [185]
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 2def71c723..8c3dc46015 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -2484,6 +2484,16 @@
\snippet code/doc_src_qmake-manual.pro 57
+ \section1 VERSION_PE_HEADER
+
+ Windows only. Specifies the version number, that the Windows linker
+ puts into the header of the .exe or .dll file via the /VERSION option.
+ Only a major and minor version may be specified.
+ If VERSION_PE_HEADER is not set, it falls back to
+ the major and minor version from \l{VERSION} (if set).
+
+ \snippet code/doc_src_qmake-manual.pro 185
+
\section1 VER_MAJ
Specifies the major version number of the library if the