diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-17 19:39:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-17 23:49:45 +0900 |
commit | 30981c12c4ad5eb1d7e9cfcd9ef0168c008df93b (patch) | |
tree | d9065227519250415ee51d501d5b7949ad20157f /README | |
parent | efa0164444fca36c3d4c2f8d9ef906252f2bc427 (diff) | |
download | gwenview-30981c12c4ad5eb1d7e9cfcd9ef0168c008df93b.tar.gz gwenview-30981c12c4ad5eb1d7e9cfcd9ef0168c008df93b.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 32098c8e56997c977f27cd1e2e2c6495d176c0ad)
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,8 +6,8 @@ Gwenview - http://gwenview.sourceforge.net Gwenview is a simple image viewer for TDE. It features a folder tree window and a file list window to provide easy navigation in your file hierarchy. -Image loading is done by Qt library, so it supports all image formats your -Qt installation supports. +Image loading is done by TQt library, so it supports all image formats your +TQt installation supports. -> Requirements @@ -21,10 +21,10 @@ KDE 3.1 or more. make make install -If configure fails to find your Qt or KDE libs, you will have to type +If configure fails to find your TQt or KDE libs, you will have to type 'export TDEDIR=/path/to/kde' and - 'export TQTDIR=/path/to/Qt/lib' + 'export TQTDIR=/path/to/TQt/lib' -> Uninstallation |