comparison 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
comparison
equal deleted inserted replaced
61:de148cd023a1 62:a9a343271490
32 32
33 #include <windows.h> 33 #include <windows.h>
34 #include <shlobj.h> 34 #include <shlobj.h>
35 35
36 Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin) 36 Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
37 #elif defined(Q_OS_MAC)
38 Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin)
37 #else 39 #else
38 /* this is only necessary if we build statically for GNU/Linux */ 40 /* this is only necessary if we build statically for GNU/Linux */
39 // Q_IMPORT_PLUGIN(QXcbIntegrationPlugin) 41 // Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
40 #endif 42 #endif
41 43
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)