Cocoa: Load the standard app menu.
[profile/ivi/qtbase.git] / src / plugins / platforms / cocoa / cocoa.pro
1 TARGET = qcocoa
2 load(qt_plugin)
3 DESTDIR = $$QT.gui.plugins/platforms
4
5 OBJECTIVE_SOURCES += main.mm \
6     qcocoaintegration.mm \
7     qcocoabackingstore.mm \
8     qcocoawindow.mm \
9     qnsview.mm \
10     qcocoaautoreleasepool.mm \
11     qnswindowdelegate.mm \
12     qcocoaglcontext.mm \
13     qcocoanativeinterface.mm \
14     qcocoaeventdispatcher.mm \
15     qcocoamenuloader.mm
16
17 HEADERS += qcocoaintegration.h \
18     qcocoabackingstore.h \
19     qcocoawindow.h \
20     qnsview.h \
21     qcocoaautoreleasepool.h \
22     qnswindowdelegate.h \
23     qcocoaglcontext.h \
24     qcocoanativeinterface.h \
25     qcocoaeventdispatcher.h \
26     qcocoamenuloader.h
27
28 RESOURCES += qcocoaresources.qrc
29
30 #add libz for freetype.
31 LIBS += -lz -framework Cocoa
32
33 QT += core-private gui-private platformsupport-private
34
35 CONFIG += qpa/basicunixfontdatabase
36 target.path += $$[QT_INSTALL_PLUGINS]/platforms
37 INSTALLS += target