From 9255ac3df6dce40eae11a0118407b2c25d7db778 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 14:19:37 +0900 Subject: [PATCH] qt -> tqt conversion: qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro --- Helperstuff/BuildService/debian.control | 2 +- 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