From 7aae8c0f0fd566b0b1414548469cb0b5c0c9ec46 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Thu, 18 Oct 2012 11:15:25 +0200 Subject: Support native event filter for Mac OS X MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ported from Qt 4 implementation, updated with QAbstractEventDispatcher::filterNativeEvent() call. Tested with an example. Change-Id: I3271f8a565d06d80b7b48ba81728bcdb7b1c32e3 Reviewed-by: Friedemann Kleint Reviewed-by: Morten Johan Sørvig --- src/plugins/platforms/cocoa/cocoa.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/platforms/cocoa/cocoa.pro') diff --git a/src/plugins/platforms/cocoa/cocoa.pro b/src/plugins/platforms/cocoa/cocoa.pro index 3ea5dc2d1c..ce46c46b0e 100644 --- a/src/plugins/platforms/cocoa/cocoa.pro +++ b/src/plugins/platforms/cocoa/cocoa.pro @@ -37,6 +37,7 @@ OBJECTIVE_SOURCES += main.mm \ qcocoainputcontext.mm \ qcocoaservices.mm \ qcocoasystemtrayicon.mm \ + qcocoaintrospection.mm \ HEADERS += qcocoaintegration.h \ qcocoatheme.h \ @@ -70,6 +71,7 @@ HEADERS += qcocoaintegration.h \ qcocoainputcontext.h \ qcocoaservices.h \ qcocoasystemtrayicon.h \ + qcocoaintrospection.h \ RESOURCES += qcocoaresources.qrc -- cgit v1.2.3