From: kopla Date: Wed, 10 Feb 2010 12:35:08 +0000 (+0000) Subject: Fixed qmake path (Qt 4.6) X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=678f23ebb9d4b0f2ce713be2ce7bba9cb3c42bb5;p=qtrapids Fixed qmake path (Qt 4.6) git-svn-id: file:///svnroot/qtrapids/trunk@79 42ac0dd5-4c8c-4c71-bb3e-ecdfe252ffda --- 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)))