fixed copyright + rules

This commit is contained in:
csoler 2018-05-20 14:39:29 +02:00
parent 1411a56ce9
commit b34449bfab
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 3 additions and 4 deletions

View file

@ -15,7 +15,7 @@ export QT_SELECT = qt5
MY_BUILDDIR = _build
%:
dh $@ --parallel --buildsystem=qmake --builddirectory=$(MY_BUILDDIR)
dh $@ --buildsystem=qmake --builddirectory=$(MY_BUILDDIR)
# Override dh_auto_configure in order to call qmake on the parent dir. We call mkdir here because of #800738.