summaryrefslogtreecommitdiff
path: root/vcl/CustomTarget_qt5_moc.mk
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2018-04-10 12:40:38 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2018-06-01 10:06:22 +0200
commit3565f156d024311ac2f20bb93ac8f6c3a64329dc (patch)
tree997ccc8d59ef3c0ae59cd6628d88cd7fe1d9c3f5 /vcl/CustomTarget_qt5_moc.mk
parentbf495a371d82ba8953718829fdbd277067f5f653 (diff)
Move qt5 headers into vcl top-level include
they will be used by kde5 vcl plugin Change-Id: Ibcece683802c7a448b165da4c2515408d641927c
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 $@