~podshumok/twister-core/packing

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: kpp
  • Date: 2014-08-24 23:05:48 UTC
  • Revision ID: git-v1:5f59c24ec1a1d1e03f0082bc24632092d4585865
try disabling qmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
%:
3
 
        dh $@ --parallel --with autotools_dev
 
3
        dh $@ --parallel --with autotools_dev --disable qmake_qt4
4
4