Add QMAKEOPTS make variable
Stefan Bund [Tue, 26 Oct 2010 13:34:21 +0000 (15:34 +0200)]
Makefile

index 6525bcf..4a6c3b0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 default: all ;
 
 Makefile.qmake:
-       qmake -o Makefile.qmake pykit.pro
+       qmake -o Makefile.qmake pykit.pro $(QMAKEOPTS)
 
 %: Makefile.qmake FORCE
        @$(MAKE) -f Makefile.qmake $@
@@ -13,3 +13,4 @@ clean:
 
 Makefile: ;
 
+.PHONY: default FORCE clean