Commit 6a387b85 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander Trofimov

added build_fast param

parent 3713f43f
...@@ -220,7 +220,7 @@ $(DJVUFILE): $(DJVUFILE_DEP) ...@@ -220,7 +220,7 @@ $(DJVUFILE): $(DJVUFILE_DEP)
$(ASCDOCUMENTSCORE): $(ASCDOCUMENTSCORE_DEP) $(ASCDOCUMENTSCORE): $(ASCDOCUMENTSCORE_DEP)
%.build/Makefile: %.pro %.build/Makefile: %.pro
mkdir -p $(dir $@) && cd $(dir $@) && qmake -r -spec linux-g++ $< mkdir -p $(dir $@) && cd $(dir $@) && qmake -r -spec linux-g++ CONGIG+=build_fast $<
clean: clean:
rm -rf $(TARGETS) rm -rf $(TARGETS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment