From cc77c4bfe5130ddeed0bf176b0b733abb25eadea Mon Sep 17 00:00:00 2001 From: William Deegan Date: Fri, 24 Feb 2023 05:33:22 +0000 Subject: Fix qt3 -> QT3 typos --- SCons/Tool/qt3.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SCons/Tool/qt3.xml b/SCons/Tool/qt3.xml index 88df2e8..306b53c 100644 --- a/SCons/Tool/qt3.xml +++ b/SCons/Tool/qt3.xml @@ -79,7 +79,7 @@ directory. It must have one of the suffixes .hxx, .hh. You can turn off automatic moc file generation by setting -&cv-link-qt3_AUTOSCAN; to False. +&cv-link-QT3_AUTOSCAN; to False. See also the corresponding &b-link-Moc; Builder. @@ -89,7 +89,7 @@ See also the corresponding As described in the Qt documentation, include the moc file at the end of the C++ file. Note that you have to include the file, which is generated by the transformation -${qt3_MOCCXXPREFIX}<basename>${QT3_MOCCXXSUFFIX}, by default +${QT3_MOCCXXPREFIX}<basename>${QT3_MOCCXXSUFFIX}, by default <basename>.mo. A warning is generated after building the moc file if you do not include the correct file. If you are using &f-link-VariantDir;, you may need to specify duplicate=True. @@ -149,7 +149,7 @@ See also the corresponding Builds an output file from a moc input file. moc input files are either header files or C++ files. This builder is only available after using the -tool &t-link-qt;. See the &cv-link-QT3DIR; variable for more information. +tool &t-link-qt3;. See the &cv-link-QT3DIR; variable for more information. Example: @@ -165,7 +165,7 @@ env.Moc('foo.cpp') # generates foo.moc Builds a header file, an implementation file and a moc file from an ui file. and returns the corresponding nodes in the that order. -This builder is only available after using the tool &t-link-qt;. +This builder is only available after using the tool &t-link-qt3;. Note: you can specify .ui files directly as source files to the &b-link-Program;, &b-link-Library; and &b-link-SharedLibrary; builders @@ -191,7 +191,7 @@ env.Uic( The path to the Qt installation to build against. If not already set, -&t-link-qt; tool tries to obtain this from +&t-link-qt3; tool tries to obtain this from os.environ; if not found there, it tries to make a guess. -- cgit v0.12