Skip to content

Commit

Permalink
debian/rules: override dh_auto_configure with simple qmake
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Mar 17, 2015
1 parent 9608221 commit 0264cdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export QT_SELECT=qt5
%:
dh $@ --parallel

override_dh_auto_configure:
qmake

override_dh_auto_clean:
dh_auto_clean
rm -f .qmake.cache

0 comments on commit 0264cdd

Please sign in to comment.