Fixed detection of location of tqt documentation files. This relates to bug 1859.

pull/3/head
Michele Calgaro 10 years ago
parent baed758af3
commit 6caf07a2fc

@ -53,7 +53,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
--with-pic \
--with-tdelibsdoxy-dir=/opt/trinity/share/doc/tde/HTML/en/tdelibs-apidocs \
--with-pythondir=/usr \
--with-qtdoc-dir=/usr/share/qt3/doc/html \
# --with-qtdoc-dir=/usr/share/tqt3/doc/html \
--prefix=/opt/trinity \
--with-extra-libs=/opt/trinity/lib
@ -69,7 +69,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_BUILDTOOL_ALL="ON" \
-DWITH_LANGUAGE_ALL="ON" \
-DWITH_VCS_ALL="ON" \
-DQT_DOCDIR="/usr/share/qt3/doc/html"
-DQTDIR="/usr/share/tqt3"
binary-install/tdevelop-trinity::
mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps

@ -53,7 +53,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
--with-pic \
--with-tdelibsdoxy-dir=/opt/trinity/share/doc/tde/HTML/en/tdelibs-apidocs \
--with-pythondir=/usr \
--with-qtdoc-dir=/usr/share/qt3/doc/html \
# --with-qtdoc-dir=/usr/share/tqt3/doc/html \
--prefix=/opt/trinity \
--with-extra-libs=/opt/trinity/lib
@ -69,7 +69,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_BUILDTOOL_ALL="ON" \
-DWITH_LANGUAGE_ALL="ON" \
-DWITH_VCS_ALL="ON" \
-DQT_DOCDIR="/usr/share/qt3/doc/html"
-DQTDIR="/usr/share/tqt3"
binary-install/tdevelop-trinity::
mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps

@ -53,7 +53,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
--with-pic \
--with-tdelibsdoxy-dir=/opt/trinity/share/doc/tde/HTML/en/tdelibs-apidocs \
--with-pythondir=/usr \
--with-qtdoc-dir=/usr/share/qt3/doc/html \
# --with-qtdoc-dir=/usr/share/tqt3/doc/html \
--prefix=/opt/trinity \
--with-extra-libs=/opt/trinity/lib
@ -69,7 +69,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_BUILDTOOL_ALL="ON" \
-DWITH_LANGUAGE_ALL="ON" \
-DWITH_VCS_ALL="ON" \
-DQT_DOCDIR="/usr/share/qt3/doc/html"
-DQTDIR="/usr/share/tqt3"
binary-install/tdevelop-trinity::
mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps

Loading…
Cancel
Save