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 /FAQ | |
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 'FAQ')
-rw-r--r-- | FAQ | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |