summaryrefslogtreecommitdiff
path: root/vcl/CustomTarget_qt5_moc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/CustomTarget_qt5_moc.mk')
-rw-r--r--vcl/CustomTarget_qt5_moc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/CustomTarget_qt5_moc.mk b/vcl/CustomTarget_qt5_moc.mk
index 20b2da3ef280..aabe77d9a9c5 100644
--- a/vcl/CustomTarget_qt5_moc.mk
+++ b/vcl/CustomTarget_qt5_moc.mk
@@ -16,7 +16,7 @@ $(call gb_CustomTarget_get_target,vcl/qt5) : \
$(call gb_CustomTarget_get_workdir,vcl/qt5)/Qt5Widget.moc \
$(call gb_CustomTarget_get_workdir,vcl/qt5)/%.moc : \
- $(SRCDIR)/vcl/qt5/%.hxx \
+ $(SRCDIR)/vcl/inc/qt5/%.hxx \
| $(call gb_CustomTarget_get_workdir,vcl/qt5)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1)
$(MOC5) $< -o $@