From 678f23ebb9d4b0f2ce713be2ce7bba9cb3c42bb5 Mon Sep 17 00:00:00 2001 From: kopla Date: Wed, 10 Feb 2010 12:35:08 +0000 Subject: [PATCH] Fixed qmake path (Qt 4.6) git-svn-id: file:///svnroot/qtrapids/trunk@79 42ac0dd5-4c8c-4c71-bb3e-ecdfe252ffda --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index a550c35..3633e52 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Maemo specific (Qt 4.6) +PATH:=/opt/qt4-maemo5/bin:$(PATH) +export PATH + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -- 1.7.9.5