docs/manual: fix typo in name of a qmake-package variable
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 28 Aug 2021 20:44:32 +0000 (22:44 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 28 Aug 2021 20:48:21 +0000 (22:48 +0200)
Since commit 39d334faa5c1 (package/pkg-qmake: add <pkg>_SYNC_QT_HEADERS
support), the qmake-package infra recognises said variable but the
manual has the wrong variable name, which is missing the "_QT" part.

We fix that by amending the manual to document the proper variable name.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
docs/manual/adding-packages-qmake.txt

index c7e6ff354a7e5e2e21d75b9e8dff7289832cf0fc..699d082aa1b5e3e897ce3fb09e5c5a97e70584fd 100644 (file)
@@ -80,6 +80,6 @@ also be defined.
   to the +make+ command during the target installation step. By default,
   +install+.
 
-* +LIBFOO_SYNC_HEADERS+, to run syncqt.pl before qmake. Some packages
+* +LIBFOO_SYNC_QT_HEADERS+, to run syncqt.pl before qmake. Some packages
   need this to have a properly populated include directory before
   running the build.