summaryrefslogtreecommitdiffstats
path: root/weather/debian/rules
blob: 2dc8b6a95d1a2013278ab8c5a99cf87845252102 (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)/weather.pro -r PREFIX=/usr

clean::
	rm  -fr $(DEB_BUILDDIR)