Make it build.
authorAkos Polster <polster@nolove.pipacs.com>
Thu, 15 Jul 2010 12:47:41 +0000 (14:47 +0200)
committerAkos Polster <polster@nolove.pipacs.com>
Thu, 15 Jul 2010 12:47:41 +0000 (14:47 +0200)
pkg/maemo/rules

index 2ede77c..9a742e1 100644 (file)
@@ -5,7 +5,7 @@ builddir:
        mkdir -p builddir
 
 builddir/Makefile: builddir
-       cd builddir && qmake-qt4 PREFIX=/usr ../$(APPNAME).pro
+       cd builddir && qmake PREFIX=/usr ../$(APPNAME).pro
 
 build: build-stamp