From 857bfea187f12ebfde0fdf2ef5d569ffaffb62bf Mon Sep 17 00:00:00 2001 From: Max Lapan Date: Thu, 18 Mar 2010 16:24:12 +0300 Subject: [PATCH] Absolute path to qt in debian rules files. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f1288d4..c2a749b 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ builddir: mkdir -p builddir builddir/Makefile: builddir - cd builddir && qmake-qt4 PREFIX=/usr ../$(APPNAME).pro + cd builddir && /opt/qt4-maemo5/bin/qmake-qt4 PREFIX=/usr ../$(APPNAME).pro build: build-stamp -- 1.7.9.5