diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:04:39 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:04:39 +0900 |
commit | 00d1f4f9d157e5d11785f388c04e05ea20296bb4 (patch) | |
tree | c973e4089e5bf2154be590d85aec606865400583 /doc/en | |
parent | 5b2fe7ef1496fcc2377cead9c3d1333d4257c9f1 (diff) | |
download | smb4k-00d1f4f9d157e5d11785f388c04e05ea20296bb4.tar.gz smb4k-00d1f4f9d157e5d11785f388c04e05ea20296bb4.zip |
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/index.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 83c5306..45dc821 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -4928,14 +4928,14 @@ in the meantime.</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>The <envar>QTDIR</envar> environment variable might not be set properly or at all. Make sure you export it in your shell's configuration file.</para> +<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 QTDIR=PREFIX</screen> +<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> <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>QTDIR</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-qt-includes=/path/to/header/files</option> option to the configure script.</para> </listitem> <listitem id="trouble_shooting_no_kde"> |