diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 14:19:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 14:19:37 +0900 |
commit | 9255ac3df6dce40eae11a0118407b2c25d7db778 (patch) | |
tree | 9f4fe124c965f80df24f546b2de86ebc24d11f9b /INSTALL-cmake | |
parent | 85dce4a0b320c273aee385d83ec20cd533c39ae5 (diff) | |
download | tdesvn-9255ac3df6dce40eae11a0118407b2c25d7db778.tar.gz tdesvn-9255ac3df6dce40eae11a0118407b2c25d7db778.zip |
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'INSTALL-cmake')
-rw-r--r-- | INSTALL-cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL-cmake b/INSTALL-cmake index ad94936..36ade75 100644 --- a/INSTALL-cmake +++ b/INSTALL-cmake @@ -4,7 +4,7 @@ Seems that on some systems linking fails due missing references. You may solve it with . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include +export TQTLIB=${QTDIR}/lib QTINC=${QTDIR}/include before running cmake. On some systems cmake doesn't detect that it is a threaded qt-version. So you should |