summaryrefslogtreecommitdiffstats
path: root/hyperui/debian/rules
blob: 0b8df1221b800d73f61c8c89fc7ba702fe352146 (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)/hyperui.pro -r PREFIX=/usr USE_RASTER=1

clean::
	rm  -fr $(DEB_BUILDDIR)