QTfrontend/util/platform/CocoaInitializer.mm
changeset 12268 2eedf9e0cd6d
parent 11046 47a8c19ecb60
equal deleted inserted replaced
12267:dad24eb53873 12268:2eedf9e0cd6d
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    17  */
    17  */
    18 
    18 
    19 // see original example here http://el-tramo.be/blog/mixing-cocoa-and-qt
    19 // see original example here https://el-tramo.be/blog/mixing-cocoa-and-qt
    20 
    20 
    21 #include "CocoaInitializer.h"
    21 #include "CocoaInitializer.h"
    22 
    22 
    23 #include <AppKit/AppKit.h>
    23 #include <AppKit/AppKit.h>
    24 #include <Cocoa/Cocoa.h>
    24 #include <Cocoa/Cocoa.h>