From 37e86bad4ec8330cb7c2e3132b6510f047151db3 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 16 Nov 2015 15:23:11 +0100 Subject: Doc: added specs about qtlibinfix configure option Change-Id: I54cedd181d4c28fe69ef6257db6bd99b084dd0ed Task-number: QTBUG-30100 Reviewed-by: Martin Smith --- doc/src/getting-started/installation.qdoc | 4 ++++ doc/src/platforms/windows.qdoc | 4 ++++ 2 files changed, 8 insertions(+) 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. -- cgit v1.2.1