Changed debian/rules to use armel CONFIG flag.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 1 Jun 2010 07:57:41 +0000 (10:57 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 1 Jun 2010 07:57:41 +0000 (10:57 +0300)
debian/rules

index c84fb9f..0ac85a7 100755 (executable)
@@ -3,7 +3,7 @@ APPNAME := situare
 builddir:
        mkdir -p builddir
 builddir/Makefile: builddir
-       cd builddir && qmake PREFIX=/usr ../src/src.pro
+       cd builddir && qmake CONFIG+=armel PREFIX=/usr ../src/src.pro
 build: build-stamp
 
 build-stamp: builddir/Makefile