diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-03 15:55:15 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-03 15:55:45 -0700 |
commit | 6ae6c768f30d2d377292f0ea3ff050dfd7cb52ca (patch) | |
tree | 88ea997cd2a13ec80ada7259e2a7b18fc5147e1e /Rules.mk | |
parent | bd1f8b580bb2893ff52c7f5150c0565ae2fe89dc (diff) | |
download | subsurface-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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |