Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/16/head
Michele Calgaro 2 months ago
parent 9632bf5dc3
commit 886ea66603
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

8
FAQ

@ -77,11 +77,11 @@ A: If you want to be able to uninstall Smb4K easily, you might want to use
$ ./configure --prefix=`tde-config --prefix` && make && su -c "checkinstall"
Q: The configure script fails and tells me, it can't find my Qt
Q: The configure script fails and tells me, it can't find my TQt
installation.
A: There are two things you should check:
1. It may be that the Qt header files are not installed. If this is true,
1. It may be that the TQt header files are not installed. If this is true,
install them and run the configure script again.
2. The TQTDIR environment variable might not be set properly or at all.
Check for the following line in your ~/.bashrc file
@ -89,7 +89,7 @@ A: There are two things you should check:
export TQTDIR=PREFIX
and add it, if it is not present. Replace PREFIX with the prefix of your
Qt installation. Run
TQt installation. Run
$ source ~/.bashrc
@ -97,7 +97,7 @@ A: There are two things you should check:
If the header files are installed and the TQTDIR variable is set, but you
still get the same error, you might want to try to pass the
'--with-qt-includes=/path/to/header/files' option to the configure script.
'--with-tqt-includes=/path/to/header/files' option to the configure script.
Q: The configure script fails and tells me, it can't find my KDE

@ -45,15 +45,15 @@ Requirements:
-------------
This version of Smb4K depends on the development files of the following
libraries:
- KDE Libs & Base (>= 3.3.0): The powerful Open Source graphical desktop
- TDE Libs & Base (>= 3.3.0): The powerful Open Source graphical desktop
environment for Unix workstations [http://www.kde.org]
- Qt (>= 3.3.0): A multiplatform C++ application development framework.
- TQt (>= 3.3.0): A multiplatform C++ application development framework.
[http://www.trolltech.no]
- X.org or XFree86 - Freely redistributable implementations of the X Window
System [http://www.x.org or http://www.xfree86.org]
- An implementation of the C library
Make sure that you also have installed all header files of the libraries Qt
Make sure that you also have installed all header files of the libraries TQt
and KDE are depending on. Recent versions of automake and autoconf are also
needed.

@ -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">

Loading…
Cancel
Save