aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2016-09-01 13:05:09 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2016-09-05 08:29:47 +0000
commitc14ef16f1e06be3d2f49e697f1ac75e4c62daaab (patch)
tree8a6400626559765c6fb48c338c2872d5a2b9ac9d /README
parente7ae8a5a77d3d40193053b5054baeabdcf36e149 (diff)
Minor update to the build information
Change-Id: I6b929257c3baeb5f347a560184d7efb6e1d0fc58 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index db3f3789..86c8eead 100644
--- a/README
+++ b/README
@@ -26,6 +26,8 @@ https://wiki.qt.io/Building_Qt_5_from_Git#Windows
Recommended configuration options:
configure -prefix %CD%\qtbase -release -static -static-runtime -opensource -nomake examples -nomake tests
+Recommended (n)make options: (n)make module-qtbase
+
Build the Qt Visual Studio Tools
@@ -76,7 +78,7 @@ Update the 'Reference' tag's 'Include' attribute to match the new VS version, mo
- Microsoft.VisualStudio.VCProjectEngine
Update the file 'QtVsTools.csproj' inside the 'src\qtvstools' directory to include the newly created
-'VS{NewVersion}.References.targets' file. To do search for the something along the following
+'VS{NewVersion}.References.targets' file. Search for something along the following line:
<Import Project="..\VS2013.References.targets" Condition=" '$(VisualStudioVersion)' == '12.0' " />