diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-01-15 19:55:22 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-15 19:55:22 -0800 |
commit | d8830ad31c9e84b215df15f30e79dc13ee59c39c (patch) | |
tree | dd653a8d9b077860f592de11a2064ad9e18a9b93 | |
parent | 0ca8c54df1d7300e19c48311ea63d918df59fe99 (diff) | |
download | subsurface-d8830ad31c9e84b215df15f30e79dc13ee59c39c.tar.gz |
Need to use qmake-qt4 for building Ubuntu 12.04 packages
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rwxr-xr-x | packaging/ubuntu/debian/12.04.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ubuntu/debian/12.04.rules b/packaging/ubuntu/debian/12.04.rules index 9dd1c1288..3565a1838 100755 --- a/packaging/ubuntu/debian/12.04.rules +++ b/packaging/ubuntu/debian/12.04.rules @@ -32,7 +32,7 @@ override_dh_auto_configure: mkdir include ; cd include ; for i in `find ../../marble-source -name \*.h` ; do ln -s $$i . ; done ; \ ln -s . marble ) patch -p1 < packaging/ubuntu/0001-Make-build-with-Qt4.patch - qmake LIBDCDEVEL=./libdivecomputer LIBGIT2DEVEL=./libgit2 LIBGIT2STATIC=1 LIBMARBLEDEVEL=./marble-build SPECIAL_MARBLE_PREFIX=1 subsurface.pro + qmake-qt4 LIBDCDEVEL=./libdivecomputer LIBGIT2DEVEL=./libgit2 LIBGIT2STATIC=1 LIBMARBLEDEVEL=./marble-build SPECIAL_MARBLE_PREFIX=1 subsurface.pro override_dh_installchangelogs: dh_installchangelogs |