diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 12:50:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-02 20:19:13 +0900 |
| commit | e7e91987710bf65a145ff3b032fd75709f9a9ba6 (patch) | |
| tree | 753d626b2b6223e9f7ec5042dd0cd8889f461f69 /INSTALL | |
| parent | e1978ff467e22df5c5d5c0a51384246c55391190 (diff) | |
| download | krusader-e7e91987.tar.gz krusader-e7e91987.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4a0b53006c9400470122fb11ccdcf131e93fd4cc)
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -348,8 +348,8 @@ the FAQ. If the problem persists, use the help_request to ask for help. 6. Change to the directory containing the sources. $ cd krusader-x.xx 7. Check the environment variables TQTDIRand TDEDIR. Krusader's ./configure - script needs to know where the Qt™ and KDE directories are. - TQTDIR: <path to your Qt installation> e.g. /usr/lib/qt3 or /usr/qt3 + script needs to know where the TQt™ and TDE directories are. + TQTDIR: <path to your TQt installation> e.g. /usr/lib/tqt3 or /usr/tqt3 TDEDIR: <path to your KDE installation> e.g. /usr or /opt/trinity Normally your distribution will set them for you, but experience has shown that some do not. You can easily check the values with the echo @@ -374,7 +374,7 @@ the FAQ. If the problem persists, use the help_request to ask for help. **** Note **** These enviroment variables are only set for the lifetime of your current shell. When you close your terminal and open a new one they will be gone. - Assuming Krusader is not the only Qt™/KDE program you want to + Assuming Krusader is not the only TQt™/TDE program you want to compile, we recommend to make these settings permanent (e.g. append both export commands to your /etc/profile) file. If you can notdetermine your TDEDIR, tde-config --prefix might help you. @@ -581,13 +581,13 @@ $ krusader --left=/mnt/cdrom --right=ftp://downloads@myserver.net $ krusader --left=<path1>,<path2> --right=<path1>,<path2>,<path3> $ krusader--profile <panel-profile> $ krusader --profile ftp-managment -The standard Qt™ and KDE command-line options are available, and can be +The standard TQt™ and TDE command-line options are available, and can be listed by entering krusader --help. Other command-line options: - --help-qt - List Qt-specific options - --help-kde - List KDE-specific options + --help-tqt + List TQt-specific options + --help-tde + List TDE-specific options --help-all List all options --author |
