diff options
author | Fathi Boudra <fabo@debian.org> | 2011-01-29 18:49:37 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2011-01-29 18:49:37 +0200 |
commit | 904c67e273ad542ad1ba59fff2d15cea3158a583 (patch) | |
tree | 7b8b1ff863daf5a8fe456a03b4b35d3a5c0c22ca /debian/rules | |
parent | 818ef60df324feb3f17441c25b1e54cfd31df0bd (diff) | |
download | qtwebkit-904c67e273ad542ad1ba59fff2d15cea3158a583.tar.gz |
Pass buildsystem option to use qmake. QtWebKit could be built with qmake or cmake.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e22c8a5..54e3f88 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh $@ --parallel --list-missing --dbg-package=libqtwebkit4-dbg --with pkgkde_symbolshelper + dh $@ --buildsystem=qmake --parallel --list-missing --dbg-package=libqtwebkit4-dbg --with pkgkde_symbolshelper override_dh_auto_configure: dh_auto_configure -- DEFINES+=ENABLE_VIDEO |