mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-26 20:03:13 +00:00
29 lines
697 B
Prolog
29 lines
697 B
Prolog
TARGET = qcocoa
|
|
include(../../qpluginbase.pri)
|
|
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms
|
|
|
|
OBJECTIVE_SOURCES = main.mm \
|
|
qcocoaintegration.mm \
|
|
qcocoawindowsurface.mm \
|
|
qcocoawindow.mm \
|
|
qnsview.mm \
|
|
qcocoaeventloopintegration.mm \
|
|
qcocoaautoreleasepool.mm \
|
|
qnswindowdelegate.mm
|
|
|
|
OBJECTIVE_HEADERS = qcocoaintegration.h \
|
|
qcocoawindowsurface.h \
|
|
qcocoawindow.h \
|
|
qnsview.h \
|
|
qcocoaeventloopintegration.h \
|
|
qcocoaautoreleasepool.h \
|
|
qnswindowdelegate.h
|
|
|
|
#add libz for freetype.
|
|
LIBS += -lz
|
|
LIBS += -framework cocoa
|
|
|
|
include(../fontdatabases/coretext/coretext.pri)
|
|
target.path += $$[QT_INSTALL_PLUGINS]/platforms
|
|
INSTALLS += target
|
|
|