diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-11 18:11:02 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-11 18:11:02 +0200 |
commit | 4bbefc607c98b54b2d8bbb63713291e0bbeeb3e5 (patch) | |
tree | c19abebff2f32ec288fa164232f276e823c54d8d /ubuntu/maverick/tdevelop/debian/rules | |
parent | 80079a90b181381659701966048476c9c372498d (diff) | |
parent | 6caf07a2fce46cb2400c8955374c0ef329bd4c5a (diff) | |
download | tde-packaging-4bbefc607c98b54b2d8bbb63713291e0bbeeb3e5.tar.gz tde-packaging-4bbefc607c98b54b2d8bbb63713291e0bbeeb3e5.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/tdevelop/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdevelop/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/tdevelop/debian/rules b/ubuntu/maverick/tdevelop/debian/rules index b240d45ec..ced683e05 100755 --- a/ubuntu/maverick/tdevelop/debian/rules +++ b/ubuntu/maverick/tdevelop/debian/rules @@ -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 |