From 55f70be287b5859fc99beb4253333a7b6ca8d7b8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 16:03:50 +0900 Subject: [PATCH] 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 --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index f0b415b..9eef1ba 100644 --- a/INSTALL +++ b/INSTALL @@ -76,7 +76,7 @@ Note that DBus detects QtCore and QtXml during the configure process using pkg-config. You may need to set the PKG_CONFIG_PATH to include the Qt4 library directory. If you don't have your Qt4 installed, then you may also need to use the --with-qt-moc directive to point to the -Qt4 moc executable (e.g. $QTDIR/bin/moc). +Qt4 moc executable (e.g. $TQTDIR/bin/moc). Qt 3 Bindings