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 | |
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>
-rw-r--r-- | Helperstuff/BuildService/debian.control | 2 | ||||
-rw-r--r-- | INSTALL-cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Helperstuff/BuildService/debian.control b/Helperstuff/BuildService/debian.control index e03fec4..5dabc20 100644 --- a/Helperstuff/BuildService/debian.control +++ b/Helperstuff/BuildService/debian.control @@ -20,7 +20,7 @@ Description: Qt wrapper library for subversion Package: libsvnqt-dev Section: libdevel Architecture: any -Depends: libsvnqt4 (= ${binary:Version}), libqt3-mt-dev, libsvn-dev +Depends: libsvnqt4 (= ${binary:Version}), libtqt3-mt-dev, libsvn-dev Description: Qt wrapper library for subversion (development files) This package contains the header files and symbolic links that developers using svnqt will need. 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 |