Fixed qmake path (Qt 4.6)
authorkopla <juha.paalijarvi@ixonos.com>
Wed, 10 Feb 2010 12:35:08 +0000 (12:35 +0000)
committerkopla <juha.paalijarvi@ixonos.com>
Wed, 10 Feb 2010 12:35:08 +0000 (12:35 +0000)
git-svn-id: file:///svnroot/qtrapids/trunk@79 42ac0dd5-4c8c-4c71-bb3e-ecdfe252ffda

debian/rules

index a550c35..3633e52 100755 (executable)
@@ -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)))