mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-12 13:46:16 +00:00
Need to use qmake-qt4 for building Ubuntu 12.04 packages
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0ca8c54df1
commit
d8830ad31c
1 changed files with 1 additions and 1 deletions
|
@ -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 ; \
|
mkdir include ; cd include ; for i in `find ../../marble-source -name \*.h` ; do ln -s $$i . ; done ; \
|
||||||
ln -s . marble )
|
ln -s . marble )
|
||||||
patch -p1 < packaging/ubuntu/0001-Make-build-with-Qt4.patch
|
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:
|
override_dh_installchangelogs:
|
||||||
dh_installchangelogs
|
dh_installchangelogs
|
||||||
|
|
Loading…
Add table
Reference in a new issue