diff options
author | Michele Calgaro <[email protected]> | 2024-02-17 19:39:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-17 22:58:23 +0900 |
commit | 32098c8e56997c977f27cd1e2e2c6495d176c0ad (patch) | |
tree | c62b64b7de42f3b7ed7fad1212e5bcd1f6d4a4a1 /README | |
parent | b8df349107c0a4c64c155b9405ba3160fc1acd92 (diff) | |
download | gwenview-32098c8e56997c977f27cd1e2e2c6495d176c0ad.tar.gz gwenview-32098c8e56997c977f27cd1e2e2c6495d176c0ad.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
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 |