# HG changeset patch # User Andre Heinecke # Date 1432044874 -7200 # Node ID a9a3432714904be5a0a1f98908dec1d422e3a461 # Parent de148cd023a1bfbf31d854f0060589ed93a17bab Statically import cocoa plugin diff -r de148cd023a1 -r a9a343271490 src/main.cpp --- a/src/main.cpp Tue May 19 16:14:20 2015 +0200 +++ b/src/main.cpp Tue May 19 16:14:34 2015 +0200 @@ -34,6 +34,8 @@ #include Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin) +#elif defined(Q_OS_MAC) + Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin) #else /* this is only necessary if we build statically for GNU/Linux */ // Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)