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-20 10:08:17 +0900 |
commit | 035f1d6c3022e1186d5019c7d41c29e7e1ce22d0 (patch) | |
tree | 628e0262e1fd3cb453c11c6146580b36df288bb0 /README | |
parent | b165cd0765824b47a989204a3f74772b333e37ab (diff) | |
download | smb4k-035f1d6c3022e1186d5019c7d41c29e7e1ce22d0.tar.gz smb4k-035f1d6c3022e1186d5019c7d41c29e7e1ce22d0.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 886ea66603edd907c7337e05c143740a4d5465e1)
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |