summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:27 +0900
commit961fec6d3015f67aff5f55f5ca207bcbcef11068 (patch)
tree960e8b589f0ffb938b5901a3821f105c81e87919 /Documentation
parent54af1c400febd773faa2cff61ed7c2847e7f5f9d (diff)
downloadkpilot-961fec6d3015f67aff5f55f5ca207bcbcef11068.tar.gz
kpilot-961fec6d3015f67aff5f55f5ca207bcbcef11068.zip
qt -> tqt conversion:
QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/README-3.2.1+6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/README-3.2.1+ b/Documentation/README-3.2.1+
index f32267b..ca9a1cc 100644
--- a/Documentation/README-3.2.1+
+++ b/Documentation/README-3.2.1+
@@ -79,14 +79,14 @@ should do the trick. If this fails as well, you can subscribe to the
KPilot mailing list and state the nature of the failure there.
*NOTE* that KPilot makes assumptions about where pilot-link and
-the Qt libraries are; in particular it is important to set QTDIR correctly
+the Qt libraries are; in particular it is important to set TQTDIR correctly
(to the Qt 1.44 directories) when compiling KPilot. On many systems the
command to do this will be
- export QTDIR=/usr/lib/qt-2*
+ export TQTDIR=/usr/lib/qt-2*
but your mileage may vary. RedHat 6.2 systems ship with Qt 1.45 and Qt 2.1,
-in which case it is doubly important to set QTDIR properly.
+in which case it is doubly important to set TQTDIR properly.
USING THE SOFTWARE
==================