From b5af1408099dedd132f36e04d19cb5771a23ec28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 15 Oct 2020 17:04:27 +0200 Subject: Generalize the winmain/qtmain entry-point library The use-case is relevant for other platforms as well. Now that Qt has a module system we can also replace a lot of the hand crafted logic for linking with simpler constructs. Change-Id: Ib6853aaf81bfea79c31f2de741d65b4b56f23ef6 Reviewed-by: Alexandru Croitor --- src/corelib/doc/src/qtcore-index.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/doc/src') diff --git a/src/corelib/doc/src/qtcore-index.qdoc b/src/corelib/doc/src/qtcore-index.qdoc index f904cd774f..5309eb14da 100644 --- a/src/corelib/doc/src/qtcore-index.qdoc +++ b/src/corelib/doc/src/qtcore-index.qdoc @@ -116,7 +116,7 @@ See \l{Qt Licensing} for further details. Executables on Windows potentially link - against \l{The qtmain Library}. This library is available + against \l{The QtEntryPoint Library}. This library is available under commercial licenses and also under the \l{BSD 3-clause "New" or "Revised" License}. -- cgit v1.2.3