]> rtime.felk.cvut.cz Git - omk/sssa.git/blobdiff - snippets/qt
Fixed QT compilation from subdirectory and documented QT_SUBDIRS variable
[omk/sssa.git] / snippets / qt
index 7091df6ddc38a56d9aff7b2c7f660f207cec05c3..b554df47910a6b7b901421f06f51b1dc3810aa1e 100644 (file)
@@ -21,7 +21,7 @@ qt-subpass: $(foreach dir,$(QT_SUBDIRS), $(SOURCES_DIR)/$(dir)/Makefile)
                -f $(SOURCES_DIR)/$(dir)/Makefile || exit 1 ;)
 
 # Hook to binary pass
-binary-pass: qt-subpass
+binary-pass-submakes: qt-subpass
 
 # Hook to clean pass
 clean-local: clean-qt