Create the .uic/qt-ui directory

This appears to be missing from commit 565ae2fe89dc ("Ensure that uic is
always run before any C++ source is compiled").

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-10-03 15:55:15 -07:00
parent bd1f8b580b
commit 6ae6c768f3

View file

@ -212,6 +212,7 @@ MOCFLAGS = $(filter -I%, $(CXXFLAGS) $(EXTRA_FLAGS)) $(filter -D%, $(CXXFLAGS) $
# This creates the ui headers.
ui_%.h: %.ui .uic
@$(PRETTYECHO) ' UIC' $<
@mkdir -p .uic/qt-ui
$(COMPILE_PREFIX)$(UIC) $< -o .uic/$@
.uic: