Mercurial > retraceit
changeset 62:a9a343271490
Statically import cocoa plugin
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 19 May 2015 16:14:34 +0200 |
parents | de148cd023a1 |
children | 3acafcfc52a1 |
files | src/main.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <shlobj.h> 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)