summaryrefslogtreecommitdiffstats
path: root/mybudget/debian/rules
blob: 7af054f9d24fee8e972f5929ab6de17a64ebb4a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/qmake.mk

QMAKE = /opt/qt4-maemo5/bin/qmake
DEB_BUILDDIR = debian/builddeb
DEB_QMAKE_ARGS = $(CURDIR)/mybudget.pro -r PREFIX=/usr

clean::
	rm  -fr $(DEB_BUILDDIR)