aboutsummaryrefslogtreecommitdiffstats
path: root/Rules.mk
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-03 15:55:15 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-03 15:55:45 -0700
commit6ae6c768f30d2d377292f0ea3ff050dfd7cb52ca (patch)
tree88ea997cd2a13ec80ada7259e2a7b18fc5147e1e /Rules.mk
parentbd1f8b580bb2893ff52c7f5150c0565ae2fe89dc (diff)
downloadsubsurface-6ae6c768f30d2d377292f0ea3ff050dfd7cb52ca.tar.gz
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>
Diffstat (limited to 'Rules.mk')
-rw-r--r--Rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules.mk b/Rules.mk
index 4cb5e19a9..30e2e216a 100644
--- a/Rules.mk
+++ b/Rules.mk
@@ -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: