diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:03:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:03:50 +0900 |
commit | 55f70be287b5859fc99beb4253333a7b6ca8d7b8 (patch) | |
tree | d7fbef68d4b7e97fcedb502788cd444c80d231d3 | |
parent | 58439379ec82b013467bfcbf487530ca50a2d333 (diff) | |
download | dbus-tqt-55f70be287b5859fc99beb4253333a7b6ca8d7b8.tar.gz dbus-tqt-55f70be287b5859fc99beb4253333a7b6ca8d7b8.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 <[email protected]>
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |