summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-11-16 15:23:11 +0100
committerNico Vertriest <nico.vertriest@digia.com>2015-11-17 09:40:00 +0000
commit37e86bad4ec8330cb7c2e3132b6510f047151db3 (patch)
treea5937e4a1fadc068b80f870abeb72606899a254b
parent22abd7afc725840018c1b7ec50d3cd7b54dfef71 (diff)
downloadqtdoc-37e86bad4ec8330cb7c2e3132b6510f047151db3.tar.gz
Doc: added specs about qtlibinfix configure option
Change-Id: I54cedd181d4c28fe69ef6257db6bd99b084dd0ed Task-number: QTBUG-30100 Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--doc/src/getting-started/installation.qdoc4
-rw-r--r--doc/src/platforms/windows.qdoc4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc
index afdc7730..69f160ff 100644
--- a/doc/src/getting-started/installation.qdoc
+++ b/doc/src/getting-started/installation.qdoc
@@ -157,6 +157,10 @@ in the \l{Qt for Windows CE Requirements} document.
options. See the \c README file for the list of supported
platforms.
+ \note The \c configure option -qtlibinfix cannot take a version number as an argument.
+ For example:
+ \c{-qtlibinfix 5.6.0} should be specified as \c{-qtlibinfix QtCore5.6.0.dll}.
+
\section1 Step 4: Build Qt Library
To build Qt type:
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index 8326b7a8..a9a46621 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -463,6 +463,10 @@
nmake
\endcode
+ \note The \c configure option -qtlibinfix cannot take a version number as an argument.
+ For example:
+ \c{-qtlibinfix 5.6.0} should be specified as \c{-qtlibinfix QtCore5.6.dll}.
+
Also compile your own application in the above environment if compiling
on the command line. If you use Visual Studio, set the \c v110_xp toolset in the project's
property pages.