qt -> tqt conversion:

qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 85dce4a0b3
commit 9255ac3df6
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -20,7 +20,7 @@ Description: Qt wrapper library for subversion
Package: libsvnqt-dev Package: libsvnqt-dev
Section: libdevel Section: libdevel
Architecture: any 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) Description: Qt wrapper library for subversion (development files)
This package contains the header files and symbolic links that developers This package contains the header files and symbolic links that developers
using svnqt will need. using svnqt will need.

@ -4,7 +4,7 @@ Seems that on some systems linking fails due missing references. You may
solve it with solve it with
. /etc/profile.d/qt.sh . /etc/profile.d/qt.sh
export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include export TQTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
before running cmake. before running cmake.
On some systems cmake doesn't detect that it is a threaded qt-version. So you should On some systems cmake doesn't detect that it is a threaded qt-version. So you should

Loading…
Cancel
Save