summaryrefslogtreecommitdiff
path: root/vcl/CustomTarget_kde4_moc.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2014-04-25 13:08:23 +0200
committerLuboš Luňák <l.lunak@collabora.com>2014-04-25 14:18:05 +0200
commit65a3622148ea67744c9c1fc18c2b8d48e5f1c79f (patch)
tree38f7ea19fd1bd3a9a7d2771ba7d4ff01ced2fcbb /vcl/CustomTarget_kde4_moc.mk
parente809aa1e916e0f6d1a849d0374f59ef9619b1db7 (diff)
disable KFileDialog usage if QClipboard can recurse
Change-Id: If23a365b96c1634c2f8940f6ece973089dc3151f
Diffstat (limited to 'vcl/CustomTarget_kde4_moc.mk')
-rw-r--r--vcl/CustomTarget_kde4_moc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/CustomTarget_kde4_moc.mk b/vcl/CustomTarget_kde4_moc.mk
index 9e417548da4b..16d1561944c6 100644
--- a/vcl/CustomTarget_kde4_moc.mk
+++ b/vcl/CustomTarget_kde4_moc.mk
@@ -12,7 +12,8 @@ $(eval $(call gb_CustomTarget_CustomTarget,vcl/unx/kde4))
$(call gb_CustomTarget_get_target,vcl/unx/kde4) : \
$(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/KDEXLib.moc \
$(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/KDE4FilePicker.moc \
- $(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/tst_exclude_socket_notifiers.moc
+ $(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/tst_exclude_socket_notifiers.moc \
+ $(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/tst_exclude_posted_events.moc
$(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/%.moc : \
$(SRCDIR)/vcl/unx/kde4/%.hxx \