mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
bd1f8b580b
commit
6ae6c768f3
1 changed files with 1 additions and 0 deletions
1
Rules.mk
1
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue