summaryrefslogtreecommitdiff
path: root/vcl/CustomTarget_kde4_moc.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2014-03-10 15:05:22 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2014-03-14 23:44:12 +0100
commitcc8d566d74a2e0b969b92d9cf22cc95a3bf31a98 (patch)
treea916b545f9d37ab8b100cc373ccc3aa9bde17b43 /vcl/CustomTarget_kde4_moc.mk
parent516a8dedac9c3cb77cd26a740cf793b1cab920d0 (diff)
KDE4: add Qt4 glib ExcludeSocket runtime check
Add a runtime check and configure warning to disable KDE4 native file pickers, if the Qt4 glib dispatcher doesn't honor the QEventLoop::ExcludeSocketNotifiers flag. This way polling the QClipboard using the event loop won't crash LibreOffice with recursive paint events, See https://bugreports.qt-project.org/browse/QTBUG-37380 Change-Id: I5cad30ead74571e49a075c084cca7a19acff7523
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 0846b0b7f261..9e417548da4b 100644
--- a/vcl/CustomTarget_kde4_moc.mk
+++ b/vcl/CustomTarget_kde4_moc.mk
@@ -11,7 +11,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)/KDE4FilePicker.moc \
+ $(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/tst_exclude_socket_notifiers.moc
$(call gb_CustomTarget_get_workdir,vcl/unx/kde4)/%.moc : \
$(SRCDIR)/vcl/unx/kde4/%.hxx \