#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	qmake -nocache PREFIX=/usr QMAKE_STRIP=:

override_dh_install:
	dh_install -Xjquery.js
