diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-19 17:21:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-19 17:21:33 +0900 |
commit | 886ea66603edd907c7337e05c143740a4d5465e1 (patch) | |
tree | 6c36f2fa8669d95bc4b9f7f151ce5c9524e7903c /doc/en/index.docbook | |
parent | 9632bf5dc30032a549655be406ab47e45f6cbbe8 (diff) | |
download | smb4k-886ea66603edd907c7337e05c143740a4d5465e1.tar.gz smb4k-886ea66603edd907c7337e05c143740a4d5465e1.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r-- | doc/en/index.docbook | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 45dc821..d2c08b4 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -4924,18 +4924,18 @@ in the meantime.</para> </listitem> <listitem id="trouble_shooting_no_qt"> -<para><emphasis role="bold">Problem:</emphasis> The configure script fails and complains about a missing Qt installation.</para> +<para><emphasis role="bold">Problem:</emphasis> The configure script fails and complains about a missing TQt installation.</para> <para><emphasis role="bold">Solution:</emphasis> There are two things that should check:</para> <itemizedlist> -<listitem><para>Maybe the Qt header files are not installed. If this is the case, install them and run the configure script again.</para></listitem> +<listitem><para>Maybe the TQt header files are not installed. If this is the case, install them and run the configure script again.</para></listitem> <listitem><para>The <envar>TQTDIR</envar> environment variable might not be set properly or at all. Make sure you export it in your shell's configuration file.</para> <para>If you are using the bash, check for the following line in your <filename>~/.bashrc</filename> file</para> <screen>export TQTDIR=PREFIX</screen> -<para>and add it, if it is not present. Replace PREFIX with the prefix of your Qt installation. Run</para> +<para>and add it, if it is not present. Replace PREFIX with the prefix of your TQt installation. Run</para> <screen><prompt>$</prompt> <userinput><command>source</command> ~/.bashrc</userinput></screen> <para>from the shell. Now, you're set for a second configuration attempt.</para></listitem> </itemizedlist> -<para>If the header files are installed and the <envar>TQTDIR</envar> variable is set, but you still get the same error, you might want to try to pass the <option>--with-qt-includes=/path/to/header/files</option> option to the configure script.</para> +<para>If the header files are installed and the <envar>TQTDIR</envar> variable is set, but you still get the same error, you might want to try to pass the <option>--with-tqt-includes=/path/to/header/files</option> option to the configure script.</para> </listitem> <listitem id="trouble_shooting_no_kde"> |