Merge remote branch 'gerrit/master' into refactor
[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
16 HEADERS += qcocoaintegration.h \
17     qcocoabackingstore.h \
18     qcocoawindow.h \
19     qnsview.h \
20     qcocoaautoreleasepool.h \
21     qnswindowdelegate.h \
22     qcocoaglcontext.h \
23     qcocoanativeinterface.h \
24     qcocoaeventdispatcher.h
25
26 #add libz for freetype.
27 LIBS += -lz -framework Cocoa
28
29 QT += core-private gui-private platformsupport-private
30
31 CONFIG += qpa/basicunixfontdatabase
32 target.path += $$[QT_INSTALL_PLUGINS]/platforms
33 INSTALLS += target