printsupport: only build cocoa backend for OS X
Cocoa is not available on iOS, so the plugin should not be built. But recent build system changes exposed that we did. Change-Id: I000d54b330a075abb8f4a8b28a970bb5b5edfeb5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
2c0c4676e3
commit
88756dc46f
@ -1,5 +1,5 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
mac: SUBDIRS += cocoa
|
||||
osx: SUBDIRS += cocoa
|
||||
win32: SUBDIRS += windows
|
||||
unix:!mac:contains(QT_CONFIG, cups): SUBDIRS += cups
|
||||
|
Loading…
Reference in New Issue
Block a user