Compile in 32-bit mode.
CGRect == NSRect only in 64-bit mode. Don't add -framework QuickTime based on the host arch, use QT_ARCH instead. Change-Id: I829bc1bcfe37f70a07e8c55a5bc7dee90aaa981a Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
c414890d85
commit
77494db8d2
@@ -23,7 +23,7 @@ LIBS += -framework AppKit -framework AudioUnit \
|
||||
|
||||
# QUICKTIME_C_API_AVAILABLE is true only on i386
|
||||
# so make sure to link QuickTime
|
||||
contains(QMAKE_HOST.arch, i386) {
|
||||
contains(QT_ARCH, i386) {
|
||||
LIBS += -framework QuickTime
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user