diff src/main.cpp @ 62:a9a343271490

Statically import cocoa plugin
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 19 May 2015 16:14:34 +0200
parents 749ecdfd036a
children 9daf778feaf1
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)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)