summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJøger Hansegård <joger.hansegard@qt.io>2024-04-13 22:29:53 +0200
committerJøger Hansegård <joger.hansegard@qt.io>2024-04-15 10:42:33 +0200
commitdfcee87a59f092f2e7b0e42d7fe05701e8eff0e0 (patch)
treeb29633699c4d19bddf91e0a600335f3ccb05db0a /doc
parentf89dfde4ed21a7e626aa3e0c559d70e4bb52f0da (diff)
Fix outdated documentation on configure's default intall directory
Change-Id: I84ade5e7095f571e6794445020d17c99b34f8da9 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Inkamari Harjula <inkamari.harjula@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/platforms/windows.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index 639a9c90d..cc15612b9 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -967,7 +967,8 @@
C:\dev\Qt\src\configure.bat
\endcode
- By default, Qt is configured for installation in the \c{C:\Qt\Qt-6.5.3} directory.
+ By default, Qt is configured for installation in the \c{C:\Qt\Qt-major.minor.patch}
+ directory, where the major.minor.patch triplet represents the Qt version being built.
This can be changed by using the \c -prefix option. See the list of
\l{Qt Configure Options} to tweak further.