diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-09-15 17:07:50 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-09-15 17:07:50 +0800 |
commit | d62356c08e23c6971d2996866eb6bdf43000520b (patch) | |
tree | 23d30b8e6295df95463a79e81eab447895257ba2 /debian/rules | |
parent | 5ad91b766172fe5ac38fcbe1a2268488d7da5686 (diff) | |
download | QMidiPlayer-d62356c08e23c6971d2996866eb6bdf43000520b.tar.xz |
Fix FTBFS. Force Qt5 while building.
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 b606ceb..f4fb898 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f %: - dh $@ --parallel + env QT_SELECT=qt5 dh $@ --parallel override_dh_auto_install: $(MAKE) INSTALL_ROOT=$$(pwd)/debian/tmp prefix=/usr install |