summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2020-09-21 15:45:28 +0200
committerCristian Adam <cristian.adam@qt.io>2020-09-23 17:31:13 +0200
commit079cf5511150cd17de1573c0fc9fedb8db25b3ef (patch)
tree6ef88e00bfb5feb7ce317295189c34d858946d29 /config_help.txt
parent42500dd9ca165e2b5d531d52059cec55267432b6 (diff)
CMake Build: Add support for -qtlibinfix configure parameter
Rename all libQt6*.so to libQt6*<infix>.so Task-number: QTBUG-85438 Change-Id: I4b91ffaaec7bea61454b0d3c794c77f2d0868d54 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_help.txt b/config_help.txt
index 9752904a89..e790c61e7d 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -125,7 +125,7 @@ Build options:
iOS, tvOS, and watchOS. [auto]
-qtnamespace <name> .. Wrap all Qt library code in 'namespace <name> {...}'.
- -qtlibinfix <infix> .. Rename all libQt5*.so to libQt5*<infix>.so.
+ -qtlibinfix <infix> .. Rename all libQt6*.so to libQt6*<infix>.so.
-testcocoon .......... Instrument with the TestCocoon code coverage tool [no]
-gcov ................ Instrument with the GCov code coverage tool [no]