mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:53:23 +00:00
Add patch to the Ubuntu build process for 12.04
We need to build with Qt4 on 12.04. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e8c13fb737
commit
400cc01c26
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ override_dh_auto_configure:
|
|||
make -j8 ; \
|
||||
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
|
||||
|
||||
override_dh_installchangelogs:
|
||||
|
|
Loading…
Add table
Reference in a new issue