Fixed qmake path (Qt 4.6)
[qtrapids] / 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)))