iOS: Don't include QtPrintSupport dialogs on iOS
It pulls in a dependency on Cocoa. Change-Id: I293063adfdef8b92f80ffda0c66ac6e6d12958ff Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>bb10
parent
c7fbff7bf2
commit
8c00149078
|
|
@ -8,7 +8,7 @@ HEADERS += \
|
|||
dialogs/qprintdialog.h \
|
||||
dialogs/qprintpreviewdialog.h
|
||||
|
||||
mac {
|
||||
mac:!ios {
|
||||
OBJECTIVE_SOURCES += dialogs/qpagesetupdialog_mac.mm \
|
||||
dialogs/qprintdialog_mac.mm
|
||||
LIBS += -framework Cocoa
|
||||
|
|
|
|||
Loading…
Reference in New Issue