Commit 11315607 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: add missing build dependencies (fix #8288)

parent 5f5167f1
...@@ -260,6 +260,9 @@ else ...@@ -260,6 +260,9 @@ else
endif endif
endif endif
# These MOC files depend on the configure settings:
dialogs_provider.moc.cpp dialogs/vlm.moc.cpp: $(top_builddir)/config.h
.ui.h: .ui.h:
$(AM_V_at)mkdir -p -- ui $(AM_V_at)mkdir -p -- ui
$(AM_V_at)rm -f $@ $@.tmp $(AM_V_at)rm -f $@ $@.tmp
...@@ -442,4 +445,3 @@ EXTRA_DIST += \ ...@@ -442,4 +445,3 @@ EXTRA_DIST += \
ui/sout.ui \ ui/sout.ui \
ui/vlm.ui \ ui/vlm.ui \
$(DEPS_res) $(DEPS_res)
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